Toggle navigation
Home
Forum
Files
MUDs
Paste
Wiki
Log in
MudBytes Community Forum
Coding and Design
/
XML C Library
Reply
First
1
Last
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
.
Random Picks
Asgardian Nightmare
Dragonball: The Dark Prince Returns
Aeon of Darkness
Top
Jump to
Bottom
0.0
/
4
Anyone got recommendations on an XML library in C?
EDIT: Fixed a typo.