Hi Roland, rsmeenk <[email protected]> writes:
> I would like to programmatically create a SchemaGrammar and then > write it to a .XSD file. Is this possible? I don't think there is support for this. You can, however, traverse it yourself and write corresponding XML Schema, either directly or by creating a DOM document. Or you can create a DOM document corresponding to the schema without SchemaGrammar. I think most people do it this way. Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde
