Hi,
I have an XML file that has around 200 tags in it - I dont really want to have to manually extract every one as I dont know exactly what ones I need, Is there a way of configuring the ParseXML tool to just extract everything from an XML file?
Sorry @craigja
There's no way to use a single parse xml tool to extract everything from an xml file. You can
A quick search of the literature returns no method in any language that returns the entire set of data. The closest that I've found is in C# and even then you need to manually extract the elements you need based on their names.
Dan
OK, no problem - Im just starting to get to grips with the XML parse tool, I hate working with XML!