XML Writing Libraries

O

overbored

I wasn't sure where to post this, but I am wondering if anybody can
recommend an XML encoding library for native C/C++ programs? (I know about
the Xml* classes in the Framework.) Preferrably there is an open-source
cross-platform, rather common/standard library which supports Base64
encoding. Thanks in advance.
 
J

Jon Skeet [C# MVP]

overbored said:
I wasn't sure where to post this, but I am wondering if anybody can
recommend an XML encoding library for native C/C++ programs? (I know about
the Xml* classes in the Framework.) Preferrably there is an open-source
cross-platform, rather common/standard library which supports Base64
encoding. Thanks in advance.

Have a look at xml.apache.org.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top