Vadim Gritsenko wrote:
>>> >>select="document('http://www.xyz.org/bla.xml')/fasel"/>
...
>>Correction: 6 GET requests:
>>2 for $bar, 3 for $hasGrmpf and 1 for apply-templates.
...
> My bet Xalan guys could try and explain this to you (you are using
> Xalan, right?).
Xalan bug #2425. Append a not
> From: Johannes Koch [mailto:[EMAIL PROTECTED]]
>
> Johannes Koch wrote:
> > Cocoon 2.0.2/Tomcat 4.0.1/Java1.3.1_01
> > In an XSLT stylesheet I have the following template:
> >
> >
> >> select="document('http://www.xyz.org/bla.xml')/fasel"/>
> >
> >
> > ...
> >
> >
> > The template
Johannes Koch wrote:
> Cocoon 2.0.2/Tomcat 4.0.1/Java1.3.1_01
> In an XSLT stylesheet I have the following template:
>
>
>select="document('http://www.xyz.org/bla.xml')/fasel"/>
>
>
> ...
>
>
> The template is called only once.
>
> According to the server log, this results in 5 GE
Cocoon 2.0.2/Tomcat 4.0.1/Java1.3.1_01
In an XSLT stylesheet I have the following template:
http://www.xyz.org/bla.xml')/fasel"/>
...
The template is called only once.
According to the server log, this results in 5 GET requests for 'bla.xml':
2 for $bar, 2 for $hasGrmpf and 1 fo