22 Mar, 2010, Asylumius wrote in the 1st comment:
Votes: 0
I want to write XML files with my ROM MUD.

Anyone got recommendations on an XML library in C?

EDIT: Fixed a typo.
22 Mar, 2010, kiasyn wrote in the 2nd comment:
Votes: 0
Save it into a MySQL database and then do a mysqldump with xml formatting.

(just kidding)
22 Mar, 2010, quixadhal wrote in the 3rd comment:
Votes: 0
Or, to just do it directly….

http://gsoap2.sourceforge.net/

"Or you can simply use it to automatically convert XML to/from C and C++ data. The toolkit supports options to generate pure ANSI C or C++ with or without STL."
22 Mar, 2010, Hygelac wrote in the 4th comment:
Votes: 0
I've used TinyXML before with great results. It's a very basic and easy to use library. Get it here.
0.0/4