Tree
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 19:37, 24 August 2007 Boris (Talk | contribs) (→Community Resources - Add a link to the Community Resources section) ← Previous diff |
Revision as of 19:40, 24 August 2007 Boris (Talk | contribs) (→Community Resources - Add a link to the Community Resources section) Next diff → |
||
Line 13: | Line 13: | ||
== Community Resources == | == 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/index.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/index.html Various ways to handle pervasive content using the xml:base attribute as an example, by Jeroen N. Witmond] | ||
* [http://www.kdedevelopers.org/node/2223 Handling configuration files with XSD and C++/Tree, by Jos van den Oever] | * [http://www.kdedevelopers.org/node/2223 Handling configuration files with XSD and C++/Tree, by Jos van den Oever] |
Revision as of 19:40, 24 August 2007
The C++/Tree mapping is an in-memory XML Schema to C++ mapping that represents the information stored in XML instance documents as a statically-typed, tree-like object model.
Wiki Resources
Official Resources
- C++/Tree Mapping Overview
- C++/Tree Mapping Getting Started Guide
- C++/Tree Mapping User Manual
- Berkeley DB XML Integration Guide