W
winderjj
Hi All,
I need everyones opinion. I am very new to XML but am temporarily
putting all my efforts into using it. This is what I need to do.
Write an xml parser (in C) that will parse a fairly complicated XML
file that is full of technical data(most scalar values). Then I need
to store all the info in a C structure. Could some people give me
their opinion. Which is better suited for this, Expat or LT xml?
I would also like to be able to validate the XML file against the DTD.
Would one of these be able to do this? I noticed RXP might be good
for this.
Any help/info would be greatly appreciated.
thanks.
I need everyones opinion. I am very new to XML but am temporarily
putting all my efforts into using it. This is what I need to do.
Write an xml parser (in C) that will parse a fairly complicated XML
file that is full of technical data(most scalar values). Then I need
to store all the info in a C structure. Could some people give me
their opinion. Which is better suited for this, Expat or LT xml?
I would also like to be able to validate the XML file against the DTD.
Would one of these be able to do this? I noticed RXP might be good
for this.
Any help/info would be greatly appreciated.
thanks.