You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Brian Quinlan <br...@sweetapp.com> on 2002/04/25 17:45:45 UTC

Should EntityResolver be used in XSLTProcessorEnvSupportDefault

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