You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Robert Koberg <ro...@koberg.com> on 2003/09/30 18:00:45 UTC

2.5.1 - different behavior between xalan and xsltc - uri resolution

Hi,

I am noticing that there is different behavior between the standard xalan
(org.apache.xalan.processor.TransformerFactoryImpl) and the xsltc
implementation (org.apache.xalan.xsltc.trax.TransformerFactoryImpl) when it
comes to resolving requests using the document() function.

In the standard xalan the resolver that resolves document() calls needs to
be set on the Transformer rather than the TransformerFactory. However, XSLTC
uses the resolver set on the TransformerFactory rather the Transformer when
resolving document() calls.

I would expect xsltc's behavior to be the same as the standard xalan impl.

Bug?
-Rob