LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Standard XML parsing library? (https://www.linuxquestions.org/questions/programming-9/standard-xml-parsing-library-408395/)

pembo13 01-26-2006 07:09 PM

Standard XML parsing library?
 
What is the 'standard' (ie. most popular) library/method for handling XML data input (parsing) with C++/Linux?

bigearsbilly 01-27-2006 08:47 AM

I use saxon. It's java.
Used it for a few years, it just works (mostly).
It does parsing, but also xslt, and xquery - all that you need really.

There isn't a lot out there last time I looked.
But get used to java.lang.outOfBleedingMemoryYetAgain messages.

I know quite a bit about using it so don't be afraid to ask.

EDIT: oops sorry, missed the C++ bit.

nx5000 01-27-2006 09:53 AM

I don't know if its the most used one, but I have used this one in one of my C++ programs:

http://libxmlplusplus.sourceforge.net/

pembo13 01-27-2006 11:45 AM

Thanks alot.


All times are GMT -5. The time now is 03:09 PM.