Tree
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 23:57, 17 November 2010 Otepuxy (Talk | contribs) ← Previous diff |
Current revision Boris (Talk | contribs) (remove outdated link) |
||
Line 1: | Line 1: | ||
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. | 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 == | + | == Wiki Resources == |
* [[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]] | * [[XSD/Schema compilation checklist|Schema compilation checklist]] | ||
* [[Xerces tips|Xerces-C++ tips]] | * [[Xerces tips|Xerces-C++ tips]] | ||
- | + | * [[Binary serialization|Binary serialization]] | |
- | ---- | + | |
- | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | + | |
- | ---- | + | |
- | =[http://ukowacaqo.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]= | + | |
- | ---- | + | |
- | =[http://ukowacaqo.co.cc CLICK HERE]= | + | |
- | ---- | + | |
- | </div> | + | |
== Official Resources == | == Official Resources == | ||
Line 20: | Line 12: | ||
* [http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/ C++/Tree Mapping Getting Started Guide] | * [http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/guide/ C++/Tree Mapping Getting Started Guide] | ||
* [http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/ C++/Tree Mapping User Manual] | * [http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/ C++/Tree Mapping User Manual] | ||
- | * [http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/dbxml/ Berkeley DB XML Integration Guide] | ||
== Community Resources == | == Community Resources == |
Current revision
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.
[edit]
Wiki Resources
- C++/Tree Mapping FAQ
- C++/Tree Mapping Customization Guide
- Schema compilation checklist
- Xerces-C++ tips
- Binary serialization
[edit]
Official Resources
[edit]