XML Writing Libraries

  • Thread starter Thread starter overbored
  • Start date Start date
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.
 
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.
 
Back
Top