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 |
Current revision Test (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | 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. | + | The C++/Parser mapping is an event-driven, stream-oriented XML Schema to C++ mapping that represents the information stored in XML instance documents as statically-typed, vocabulary-specific parsing events. |
== Wiki Resources == | == Wiki Resources == | ||
* [[Parser/FAQ|C++/Parser Mapping FAQ]] | * [[Parser/FAQ|C++/Parser Mapping FAQ]] | ||
+ | * [[XSD/Schema compilation checklist|Schema compilation checklist]] | ||
== Official Resources == | == Official Resources == | ||
* [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] |
Current revision
The C++/Parser mapping is an event-driven, stream-oriented XML Schema to C++ mapping that represents the information stored in XML instance documents as statically-typed, vocabulary-specific parsing events.
[edit]
Wiki Resources
[edit]
Official Resources
[edit]