CodeSynthesis XSD: Difference between revisions

Content deleted Content added
Remove link: it didn't redirect to the company page on Wikipedia (which doesn't seem to exist)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1:
{{Infobox software
| name = CodeSynthesis XSD
| developer = Code Synthesis
| latest release version = 4.02.0
| latest release date = {{Start date and age|20142023|0710|2205}}
| operating system = [[Cross-platform]] [[C++]]
| programming language = [[C++]]
| genre = [[XML Data Binding]]
| license = [[GNU General Public License]] and Proprietary License
| website = {{url|https://www.codesynthesis.com/products/xsd}}
}}
 
Line 15:
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, [[Simple API for XML|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. The XSD-generated code can target C++98/03 or C++11.
 
CodeSynthesis XSD itself is written in C++.<ref>[[Bjarne Stroustrup]]. [http://www.research.att.com/~bs/applications.html C++ applications], 2007-05-25. Retrieved on 2007-06-18.</ref>
 
==References==