Hi, Vladimir,

"Vladimir I." <[EMAIL PROTECTED]> wrote on 07/19/2004 03:48:34 AM:
> > "Vladimir I." <[EMAIL PROTECTED]> wrote on 07/14/2004 03:36:24 AM:
> > > trouble:
> > > when i make transformation using Templates object document() 
function 
> > will
> > > not call my custom URIResolver object
> > > ex:
> > > <xsl:include href="/BR/convert.xslt"/>
> > > 
> > > <xsl:include href="/BR/price.xslt"/>
> > 
> >      This looks like a bug in Xalan-Java's implementations of the 
> > Templates interface.  Both the interpretive processor and the 
compiling 
> > processor fail to pass the URIResolver from a TransformerFactory to a 
> > Transformer if the Transformer was created from a Templates object.
> > 
> >      Could I ask you to open a bug report in Bugzilla for this 
problem?
> it was a bug in 2.5.0
> when i try this in 2.6.0 - all fine (i was mistaked in previous letter)
> it is still need to open a bug report ?

     I can't explain why you don't see this problem with Xalan-J 2.6.0; I 
see it with both the interpretive processor and with XSLTC.

     Try invoking the following example using this command-line:

$ java Resolver dxxxxx.xsl dxxxxx.xml

The Resolver.resolve method should be invoked four times, but I only see 
four calls.




Thanks,

Henry
------------------------------------------------------------------
Henry Zongaro      Xalan development
IBM SWS Toronto Lab   T/L 969-6044;  Phone +1 905 413-6044
mailto:[EMAIL PROTECTED]

Attachment: dxxxxx.xsl
Description: Binary data

Attachment: doc.xml
Description: Binary data

Attachment: dxxxxx.xml
Description: Binary data

Attachment: imp.xsl
Description: Binary data

Attachment: Resolver.java
Description: Binary data

Reply via email to