 |
C++/Parser Mapping Getting Started Guide - Code Synthesis: Open Source C++ Development Tools
The last step is the construction of the document parser and invocation of the complete parser on our sample XML instance: xml_schema::document doc_p (people_p, "people"); people_p.pre (); doc_p.parse ("people.xml"); people_p.post_people (); Let's conside
codesynthesis.com |
 |