Hi. Hope someone can help me. Is there an XML parser API supplied with OS X that can be used from a c++ project? I can only find reference to something that seems to require cocoa and objective c - CFXMLTree.
I'd ideally like to avoid xerces / xpat etc etc as all I want to do is very quickly read in an XML file and then create a bunch of objects with a 1-1 mapping to the elements in the xml doc. I.e. I don't really need an in-memory DOM as the XML is really just a structured file format for me.
Does anyone have any ideas?
thanks
David
I'd ideally like to avoid xerces / xpat etc etc as all I want to do is very quickly read in an XML file and then create a bunch of objects with a 1-1 mapping to the elements in the xml doc. I.e. I don't really need an in-memory DOM as the XML is really just a structured file format for me.
Does anyone have any ideas?
thanks
David