[xsd-users] XML Writing

Boris Kolpackov boris at codesynthesis.com
Thu Jul 26 10:19:04 EDT 2007


Hi Michael,

> Is there a method for parsing in XML data using the cxx-tree mode and
> then modifying some values and writing it out? Or any method for output
> at all in XSD?

Sure, please see the library example in the examples/cxx/tree/
directory as well as Chapter 4, "Serialization" in the C++/Tree
Mapping User Manual:

http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/#4


BTW, it is also possible to parse/serialize the data from/to
formats other than XML, e.g., text (useful for debugging),
as well as binary formats such as CDR and XDR.

hth,
-boris




More information about the xsd-users mailing list