EntityResolver can be used to resolve external XML entities. It can also be used to resolve import/include instructions. But, AFAIK, there is no way to use it to resolve entities specified in the document() XPath function without subclassing XSLTProcessorEnvSupportDefault and reimplementing parseXML.
Is my analysis correct? If so, should there be a way of installing an EntityResolver in XSLTProcessorEnvSupportDefault? Cheers, Brian
