» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Recent Edits

deleted by boris

XSD/e - Validating XML Parser Generator for Embedded Systems

March 22, 2007
“wrong place”
The page and its contents were erased.

XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML...

» complete change

XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability.

Provided with an XML instance specification (XML Schema), XSD/e generates validating C++ parser skeletons for data types defined in your vocabulary. You can then implement these parser skeletons to build your own in-memory representation or perform immediate processing as parts of your XML document become available.

For more information, refer to "XSD/e homepage":http://www.codesynthesis.com/products/xsde/

Undo this change because:
edit by boris

XSD/e - Validating XML Parser Generator for Embedded Systems

March 22, 2007

For more information, refer to "XSD/e homepage":http://www.codesynthesis.com/products/xsde/

» complete change

XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability.

Provided with an XML instance specification (XML Schema), XSD/e generates validating C++ parser skeletons for data types defined in your vocabulary. You can then implement these parser skeletons to build your own in-memory representation or perform immediate processing as parts of your XML document become available.

For more information, refer to "XSD/e homepage":http://www.codesynthesis.com/products/xsde/

edit by boris

XSD/e - Validating XML Parser Generator for Embedded Systems

March 22, 2007

Provided with an XML instance specification (XML Schema), XSD/e generates validating C++ parser skeletons for data types ...

» complete change

XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability.

Provided with an XML instance specification (XML Schema), XSD/e generates validating C++ parser skeletons for data types defined in your vocabulary. You can then implement these parser skeletons to build your own in-memory representation or perform immediate processing as parts of your XML document become available.

created by boris

XSD/e - Validating XML Parser Generator for Embedded Systems

March 22, 2007
The page was created.
XSD/e - Validating XML Parser Generator for Embedded Systems
Article

XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML...

» complete change

XSD/e is an open-source XML parser generator for mobile and embedded systems. It provides event-driven, stream-oriented XML parsing, XML Schema validation, and C++ data binding while maintaining a small footprint and portability.

edit by alex

XSD

May 16, 2006
http://codesynthesis.com/products/xsd/
Project Wiki

XSD - XML "XML Schema to C++ Data Binding Compiler (XSD)":http://codesynthesis.com/products/xsd/ is a an open-source, cross-platform...

» complete change

XSD - XML "XML Schema to C++ Data Binding Compiler (XSD)":http://codesynthesis.com/products/xsd/ is a an open-source, cross-platform [[XML]] XML data binding implementation for [[C++ ]].

C++ . Provided with an XML instance specification (XML Schema), XSD it generates C++ classes that represent the given vocabulary as well as parsing and serialization code.

You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML.

Undo this change because:
edit by boris

XSD

May 16, 2006

"XML Schema to C++ Data Binding Compiler (XSD)":http://codesynthesis.com/products/xsd/ is an open-source, cross-platform ...

» complete change

"XML Schema to C++ Data Binding Compiler (XSD)":http://codesynthesis.com/products/xsd/ is an open-source, cross-platform XML data binding implementation for C++ . C++. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML.

edit by boris

XSD

May 16, 2006

"XML Schema to C++ Data Binding Compiler (XSD)":http://codesynthesis.com/products/xsd/ "XSD":http://codesynthesis.com/products/xsd/...

» complete change

"XML Schema to C++ Data Binding Compiler (XSD)":http://codesynthesis.com/products/xsd/ "XSD":http://codesynthesis.com/products/xsd/ is an open-source, cross-platform W3C XML Schema to C++ data binding implementation for C++. compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML.

edit by boris

XSD

May 16, 2006

"XSD":http://codesynthesis.com/products/xsd/ XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler....

» complete change

"XSD":http://codesynthesis.com/products/xsd/ XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML.

edit by boris

XSD

May 16, 2006

XSD supports two XML Schema to C++ mappings: in-memory C++/Tree:http://codesynthesis.com/products/xsd/c++/tree/ and stream-oriented...

» complete change

XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML.

XSD supports two XML Schema to C++ mappings: in-memory C++/Tree:http://codesynthesis.com/products/xsd/c++/tree/ and stream-oriented C++/Parser:http://codesynthesis.com/products/xsd/c++/parser/ . The C++/Tree mapping represents the information stored in XML instance documents as a tree-like, in-memory data structure. The C++/Parser mapping provides vocabulary-specific, event-driven parsing hooks.

edit by boris

XSD

May 16, 2006
“initial fillup”

XSD supports two XML Schema to C++ mappings: in-memory C++/Tree:http://codesynthesis.com/products/xsd/c++/tree/ "C\+\+/Tree":http://codesynthesis.com/products/xsd/c++/tree/...

» complete change

XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML.

XSD supports two XML Schema to C++ mappings: in-memory C++/Tree:http://codesynthesis.com/products/xsd/c++/tree/ "C\+\+/Tree":http://codesynthesis.com/products/xsd/c++/tree/ and stream-oriented C++/Parser:http://codesynthesis.com/products/xsd/c++/parser/ "C++/Parser":http://codesynthesis.com/products/xsd/c++/parser/ . The C++/Tree mapping represents the information stored in XML instance documents as a tree-like, in-memory data structure. The C++/Parser mapping provides vocabulary-specific, event-driven parsing hooks.

edit by boris

XSD

May 16, 2006
“initial fillup”

XSD supports two XML Schema to C++ mappings: in-memory "C\+\+/Tree":http://codesynthesis.com/products/xsd/c++/tree/ "C++/Tree":http://codesynthesis.com/products/xsd/c++/tree/...

» complete change

XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML.

XSD supports two XML Schema to C++ mappings: in-memory "C\+\+/Tree":http://codesynthesis.com/products/xsd/c++/tree/ "C++/Tree":http://codesynthesis.com/products/xsd/c++/tree/ and stream-oriented "C++/Parser":http://codesynthesis.com/products/xsd/c++/parser/ . The C++/Tree mapping represents the information stored in XML instance documents as a tree-like, in-memory data structure. The C++/Parser mapping provides vocabulary-specific, event-driven parsing hooks.

edit by boris

XSD

May 16, 2006
“initial fillup”

XSD supports two XML Schema to C++ mappings: in-memory "C++/Tree":http://codesynthesis.com/products/xsd/c++/tree/ "C+ +/Tree":http://codesynthesis.com/products/xsd/c++/tree/...

» complete change

XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML.

XSD supports two XML Schema to C++ mappings: in-memory "C++/Tree":http://codesynthesis.com/products/xsd/c++/tree/ "C+ +/Tree":http://codesynthesis.com/products/xsd/c++/tree/ and stream-oriented "C++/Parser":http://codesynthesis.com/products/xsd/c++/parser/ "C+ +/Parser":http://codesynthesis.com/products/xsd/c++/parser/ . The C++/Tree mapping represents the information stored in XML instance documents as a tree-like, in-memory data structure. The C++/Parser mapping provides vocabulary-specific, event-driven parsing hooks.

edit by boris

XSD

May 16, 2006
“initial fillup”

XSD supports two XML Schema to C++ mappings: in-memory "C+ +/Tree":http://codesynthesis.com/products/xsd/c++/tree/ "C++/Tree":http://codesynthesis.com/products/xsd/c++/tree/...

» complete change

XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML.

XSD supports two XML Schema to C++ mappings: in-memory "C+ +/Tree":http://codesynthesis.com/products/xsd/c++/tree/ "C++/Tree":http://codesynthesis.com/products/xsd/c++/tree/ and stream-oriented "C+ +/Parser":http://codesynthesis.com/products/xsd/c++/parser/ "C++/Parser":http://codesynthesis.com/products/xsd/c++/parser/ . The C++/Tree mapping represents the information stored in XML instance documents as a tree-like, in-memory data structure. The C++/Parser mapping provides vocabulary-specific, event-driven parsing hooks.

created by boris

XSD

May 16, 2006
The page was created.
c++ xml schema databinding data binding
XSD - XML Data Binding for C++
XSD
Wiki

XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification...

» complete change

XSD is an open-source, cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. You can then access the data stored in XML using types and functions that semantically correspond to your application domain rather than dealing with intricacies of reading and writing XML.

XSD supports two XML Schema to C++ mappings: in-memory "C++/Tree":http://codesynthesis.com/products/xsd/c++/tree/ and stream-oriented "C++/Parser":http://codesynthesis.com/products/xsd/c++/parser/ . The C++/Tree mapping represents the information stored in XML instance documents as a tree-like, in-memory data structure. The C++/Parser mapping provides vocabulary-specific, event-driven parsing hooks.

Undo this change because:
Username:
Password:
(or Cancel)