xml support

I need to do some xml parsing from my C++ programs. Does the compiler ship with libraries for that? If so, how do I get started?Scott
[147 byte] By [jonesyjonesa] at [2007-11-27 7:36:18]
# 1
> how do I get started?Call to the wisdom of the almighty google: "xml C++ library" can do the trick.There is no xml parsing library shipped with compiler.regards,__Fedor.
SFVa at 2007-7-12 19:16:48 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
Thanks. It looks like Xerces might be an option.
jonesyjonesa at 2007-7-12 19:16:48 > top of Java-index,Development Tools,Solaris and Linux Development Tools...