Sunday, 15 September 2013

Read xml node attribute

Read xml node attribute

I have an xml document that have nodes like this, <ITEM id="1"
name="bleh"... /> What I want to do is get all id's attribute value for
each ITEM node that exists in the document. So, how can I do that?

No comments:

Post a Comment