PDA

View Full Version : XML parser for C?


Coolvirus
09-06-2002, 09:00 PM
Can anyone recommend an XML parser for C?

Someone recommended Apache's Xerces but I couldn't find a version for C, only C++.

Thank you in advance.

jkd
09-06-2002, 09:30 PM
Isn't Expat a C XML parser?

Coolvirus
09-06-2002, 09:53 PM
Is it good?

jkd
09-06-2002, 10:15 PM
Originally posted by Coolvirus
Is it good?

Yes. Good enough in fact that it is what Mozilla (Netscape 6+) uses to parse XML, and I believe it is also the primary XML parser in Perl...

Coolvirus
09-06-2002, 10:38 PM
Thanks jkd. I'll give it a try.