XML parser

Started by
2 comments, last by Vasialek 21 years, 6 months ago
Could someone recomend me free class/library for XML parsing. It also should be compiling under Linux. I found some, but if u know stable one, pls post info Lekha
Advertisement
I'd check out Xerces, by the Apache group

http://xml.apache.org/xerces-c/index.html

[edited by - jediknight219 on October 23, 2002 10:15:23 AM]
Aaargh! Everyone save your workspaces before your program locks up your computer!
At xml.apache.org you can find the Xerces C++ parser. It''s pretty good. I''ve used the DOM parser (you have to traverse the tree nodes), and it also has a SAX parser which works through callbacks.
If you want a really lightweight one, then try out TinyXML. I think it uses the standard stream library.

[edited by - daerid on October 23, 2002 1:40:04 PM]
daerid@gmail.com

This topic is closed to new replies.

Advertisement