Content deleted Content added
add newly supported OSes |
m Delink dates (WP:MOSUNLINKDATES) using Project:AWB |
||
Line 27:
One of the unique features of CodeSynthesis XSD is its support for two different XML Schema to C++ mappings: in-memory C++/Tree and stream-oriented C++/Parser. The C++/Tree mapping is a traditional mapping with a tree-like, in-memory data structure. C++/Parser is a new, [[SAX]]-like mapping which represents the information stored in XML instance documents as a hierarchy of vocabulary-specific parsing events. In comparison to C++/Tree, the C++/Parser mapping allows one to handle large XML documents that would not fit in memory, perform stream-oriented processing, or use an existing in-memory representation.
CodeSynthesis XSD itself is written in C++<ref>[[Bjarne Stroustrup]]. [http://www.research.att.com/~bs/applications.html C++ applications],
==References==
|