Tweak devel/p5-Cdk version 5.20120324_1
[dports.git] / devel / xsd / pkg-descr
1 CodeSynthesis XSD is a W3C XML Schema to C++ translator.  It generates
2 vocabulary-specific, statically-typed C++ mappings (also called bindings) from
3 XML Schema definitions.  XSD supports two C++ mappings: in-memory C++/Tree and
4 event-driven C++/Parser.
5
6 The C++/Tree mapping consists of C++ classes that represent data types defined
7 in XML Schema, a set of parsing functions that convert XML documents to a
8 tree-like in-memory object model, and a set of serialization functions that
9 convert the object model back to XML.
10
11 The C++/Parser mapping provides parser skeletons for data types defined in XML
12 Schema. Using these parser skeletons you can build your own in-memory
13 representations or perform immediate processing of XML documents.
14
15 WWW: http://www.codesynthesis.com/projects/xsd/