Hi All,
I've building an XML editor and am having a little trouble parsing XML files that are passed in.
At the moment I can only parse a certain depth of XML elements, and I was wondering how you could get the deepest XML element, because at the moment I have a series of for each loops that loop through xmlElem.children() but this only allows me to parse to a certain depth, so it's rather limited.
Any help appreciated!
Cheers, Harry.