Hi .. I am doing a project in JAVA where i have to parse an XML document.
In the document for eg.
<book>harrypotter</book>

i am able to read the element name 'book'. But i do not know hoe to...