
Tag archives for xml
Hi,
Following options enable logging of all communication to the console. Set these options in the code, as command line parameter using -D or as environment variable:
Best regards,
Huseyin ...more»
Hi,
A post with concrete examples concerning the generation of Types/POJO from a XSD file, the serialization of these objects/POJO to XML and finally the validation of XML with XSD.
Generate Custom Types from XSD file
XSD file myXsdFile.xsd:
CSharp sources and types generator:
//....
After execution, a CSharp file MyCustomTypes.cs containing all types of XSD file is generated:
Serialization of objects to XML
Instantiation of POJO objects ...more»
