I use DOM parser to mine the data.Problem is that i cannot manage to get the "url=" "length" and "type" tag that is inside the "enclosure" tag
<item> ...
I am using DOM representations in java how can I distinguish if an xml tag has a value inside it or has another embedded tag ? For example, I can have :
<item> 2 ...
I have an XML document that has HTML tags included:
<chapter> <h1>title of content</h1> <p> my paragraph ... </p> </chapter>