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
