On 8/17/07, David Bertoni <[EMAIL PROTECTED]> wrote:
> Nicholas Bastin wrote:
> > Is there a custom resolver capability for xsl:import like the 
> > DOMEntityResolver?
> All XML parsing goes through Xerces-C, so if you install an EntityResolver,
> it will be called when the processor attempts parse the URL reference given
> in the href attribute.

Ah, thanks.  Now to find out why our EntityResolver is intercepting
schema URLs and not import references.

--
Nick

Reply via email to