Parser
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 14:26, 29 December 2008 Test (Talk | contribs) (test) ← Previous diff |
Current revision Test (Talk | contribs) |
||
Line 12: | Line 12: | ||
* [http://www.artima.com/cppsource/xml_data_binding.html Article in the C++ Source journal introducing XML Data Binding in C++] | * [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] | * [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] | ||
- | |||
- | test |
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]