[xsde-users] XSD features

Boris Kolpackov boris at codesynthesis.com
Thu Jun 25 14:27:23 EDT 2009


Hi Laxmi,

Laxmi Thota <lthota at yahoo.com> writes:
 
> CodeSynthesis XSD/e supports both parsing and serialization, but does 
> it support fitting into existing  data types.

Yes, XSD/e provides two mappings, C++/Parser and C++/Serializer, that
can be used to respectively parse and serialize XML to/from existing,
application-specific data types. See the following links for details:

http://www.codesynthesis.com/products/xsde/c++/parser/

http://www.codesynthesis.com/products/xsde/c++/serializer/


The third mapping, C++/Hybrid, is built on top of these two mappings
and provides the ability to auto-generate the data types:

http://www.codesynthesis.com/products/xsde/c++/hybrid/

Boris



More information about the xsde-users mailing list