On Wed, 15 Oct 2003 10:08:17 -0400
On Wed, 15 Oct 2003 10:08:17 -0400
 Bruce Jackson <[EMAIL PROTECTED]> wrote:
Does anyone on the list have experience using an XML parser with C++? If so, can you recommend a decent set of parser tools?

--Bruce

Hi, Bruce:


Check out the FlightGear (www.flightgear.org) project for one example ("easyXML") and perhaps ask a question on their developer list (or I can do that). For JSBSim, I wrote a very limited parser in C++ that I use, but I've been wanting to evolve into using a more capable parser - a *real* one. Of course, for my project I need to consider open source projects. There are two (as I recall): TinyXML, and eXpat - both on the SourceForge web site:

http://tinyxml.sf.net
http://expat.sf.net (see the C++ wrappers links)

Good luck,

Jon

Reply via email to