Parser
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 12:38, 2 August 2007 Boris (Talk | contribs) (→Official Resources - Replace Quick Guide with Getting Started Guide) ← Previous diff |
Revision as of 07:26, 28 November 2007 Boris (Talk | contribs) (Add community resources section) Next diff → |
||
Line 7: | Line 7: | ||
* [http://www.codesynthesis.com/products/xsd/c++/parser/ C++/Parser Mapping Overview] | * [http://www.codesynthesis.com/products/xsd/c++/parser/ C++/Parser Mapping Overview] | ||
* [http://www.codesynthesis.com/projects/xsd/documentation/cxx/parser/guide/ C++/Parser Mapping Getting Started Guide] | * [http://www.codesynthesis.com/projects/xsd/documentation/cxx/parser/guide/ C++/Parser Mapping Getting Started Guide] | ||
+ | |||
+ | == Community Resources == | ||
+ | * [http://www.artima.com/cppsource/xml_data_binding.html Article in the C++ Source journal introducing XML Data Binding in C++] | ||
+ | * [http://www.xs4all.nl/~jnw/codesynthesis/xmlnamespace/parser.html Various ways to handle pervasive content using the xml:base attribute as an example, by Jeroen N. Witmond] |
Revision as of 07:26, 28 November 2007
The C++/Parser mapping is a stream-oriented XML Schema to C++ mapping that represents the information stored in XML instance documents as statically-typed, vocabulary-specific parsing events.