from XSGrammar to scheam in text 2004-01-29 - By Lingzhi Zhang
Hi,
I am writing an application, which parses XML schema as java object, makes some changes on the schema object, and output it as a .xsd text file. Xerces can loads XML schema as a SchemaGrammar object and some API to modify the grammar. I am wondering whether there is convenience API to output the schema grammar into a .xsd text file, like that output a DOM tree into a XML file using org.apache.xml.serialize. If xerces doesn't have this, are there other APIs which supports it?
Thanks.
Stephen
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|