Hi
I'm new to XML.
I have a number of different XML files, no DTDs or any other files, just XMLs.
I need to parse them and before I do that, I need to have a complete view of structure of elemenst/objects and sub-elements/sub-objects...
So I need a list of all elements and their attributes and which subelements they have and their attributes and their subelements and so on.
The reason for this is, so I can prepare Delphi record types for each object, to be able to read XML into them and then process the data.
Anyone can point to a tool that can do this or any other way?
Thank you
Tilen
I'm new to XML.
I have a number of different XML files, no DTDs or any other files, just XMLs.
I need to parse them and before I do that, I need to have a complete view of structure of elemenst/objects and sub-elements/sub-objects...
So I need a list of all elements and their attributes and which subelements they have and their attributes and their subelements and so on.
The reason for this is, so I can prepare Delphi record types for each object, to be able to read XML into them and then process the data.
Anyone can point to a tool that can do this or any other way?
Thank you
Tilen