read any kind of XML file [message #71076] |
Fri, 28 May 2010 14:08 |
natha
Messages: 482 Registered: October 2007
|
Senior Member |
|
|
Hi guys,
I know that, normally, when we want to read a XML file, we know the
content of the file and then we can create the program to read that
file. The problem is when we have N files, then we have to create N
different programs to read all the different contents.
I was wondering if it's possible to create a standard routine to read
any kind of XML file. Actually, I tried to write this routine some
time ago but the result is always a simple struct, with only one
level, containing the information.
A good standard routine should respect the indentation and create
structs into structs, if it's the case.
So, do you have a routine to do this stuff ?
If you want to share something, I'll really appreciate that !
If you think that you can help me with the code that I already have, I
can share that code. Any help is appreciated
rata
|
|
|