Parser
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 11:49, 29 December 2008 Boris (Talk | contribs) ← Previous diff |
Revision as of 14:26, 29 December 2008 Test (Talk | contribs) (test) Next diff → |
||
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 |
Revision as of 14:26, 29 December 2008
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
Official Resources
Community Resources
- Article in the C++ Source journal introducing XML Data Binding in C++
- Various ways to handle pervasive content using the xml:base attribute as an example, by Jeroen N. Witmond
test