I want to parse an XML document using XMLReader. How can i establish heirarchy in it? Like if i want parent of any element how can i get it?
getting parent of an element when parsing an xml docuument using XMLReader
Collapse