[EMAIL PROTECTED] wrote:
> 
> The method parseSchemaJAXP() is not necessary. This JAXP property is very
> similar to DOM3 schema-preparsing, where the target namespace of the
> grammar is not known. So, similar to what's done in DOMASBuilderImpl, it's
> ok to pass "null" as the expected target namespace, as long as you indicate
> that "referType" is "pre-parse".
> 
> So you can simply remove this method, and change the two invocations to
>   parseSchema(null, inputSource, XSDDescription.CONTEXT_PREPARSE);

OK, thanks for the feedback, Sandy.  I've made the changes and committed
the code.

-Edwin

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

Reply via email to