Tree
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 19:40, 24 August 2007 Boris (Talk | contribs) (→Community Resources - Add a link to the Community Resources section) ← Previous diff |
Revision as of 12:18, 17 February 2008 Boris (Talk | contribs) (→Wiki Resources - Add a link to the schema compilation checklist) Next diff → |
||
Line 4: | Line 4: | ||
* [[Tree/FAQ|C++/Tree Mapping FAQ]] | * [[Tree/FAQ|C++/Tree Mapping FAQ]] | ||
* [[Tree/Customization guide|C++/Tree Mapping Customization Guide]] | * [[Tree/Customization guide|C++/Tree Mapping Customization Guide]] | ||
+ | * [[XSD/Schema compilation checklist|Schema compilation checklist]] | ||
* [[Xerces tips|Xerces-C++ tips]] | * [[Xerces tips|Xerces-C++ tips]] | ||
Revision as of 12:18, 17 February 2008
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
- C++/Tree Mapping FAQ
- C++/Tree Mapping Customization Guide
- Schema compilation checklist
- Xerces-C++ tips
Official Resources
- C++/Tree Mapping Overview
- C++/Tree Mapping Getting Started Guide
- C++/Tree Mapping User Manual
- Berkeley DB XML Integration Guide