I need to extract relevant portion from a html file. If I search for an item instead of the whole data present in the html page, I need only the definition of the search item. For this I need to parse the html, construct the dom tree and extract relevant data. But how do I extract definition/uses/image of a search item from html file using dom?
Can anyone please help me with this. I am new to DOM?