Altera_Forum
Honored Contributor
16 years agoXML parser
Does anybody know a small xml parser or/and a small lib for that? i just found Markup but i have problems using it because of iconv.h :/ mfg sven
We are using TinyXml and I find it awesome (sourceforge.net/projects/tinyxml). It's basically 4 C++ files and 2 header files that you can drop into your project and compile with your code. I found it the simplest approach and never had any problem with it.
Mfg, Ricardo