I would like to preparse Schema by using the following steps :

//input XML Schema as InputSource

XSDHandler handler = new XSDHandler(...)
...
XSDDescription xdecl = new XSDDescription();
...
SchemaGrammar schema =  
handler.parseSchema(createXMLInputSource(input),xdecl,null);

//return  schema

Could someone show me how to do it by detail ?


Thanks,

-Jing



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to