Re: requests with document function

2002-06-21 Thread J.Pietschmann
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

RE: requests with document function

2002-06-21 Thread Vadim Gritsenko
> 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

Re: requests with document function

2002-06-21 Thread Johannes Koch
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

requests with document function

2002-06-21 Thread Johannes Koch
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