How to compile Schema ? 2003-08-27 - By Jing Yang
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: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|