Replying to myself:

> There's also a problem with the ER2 vs ER method in that you are
> supposed to
> be able to turn off using ER2 via the SAX2 feature
> http://xml.org/sax/features/use-entity-resolver2.

SAX2 spec:

"If a SAX application requires the customized handling which this interface
defines for external entities, it must ensure that it uses an XMLReader with
the http://xml.org/sax/features/use-entity-resolver2 feature flag set to
true (which is its default value when the feature is recognized). If that
flag is unrecognized, or its value is false, or the resolver does not
implement this interface, then only the EntityResolver method will be used."

Presumably there's therefore no requirement that you be able to turn this
feature off?  (Which does simplify things quite a bit as the original method
of checking the entity resolver version prior to calling will work).


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

Reply via email to