How to read xml dynamically (when tags are unknown)?
Thursday, 3rd September 2009
by tgirishkum
How can we read XML tags when we dont know what the tags are going to come will be. Say the input is some ASN. 1's XML format, so we don't know the tags names from beforehand.
Also we have to read all nested tags.
What approach should i use?
|