|
Subject: Re: [xsl] Optimize results From: Camaleón <noelamac@xxxxxxxxx> Date: Thu, 24 Mar 2005 13:07:01 +0100 |
On Wed, 23 Mar 2005 22:59:31 +0100, Camalesn wrote:
> Yes, it should be an option...
I have performed the following test: uploaded all XML files I am using
to my own server and then run the transform using the same XSL code.
Results are as follows:
- Working with local files: page loaded in 4 seconds!
<xsl:value-of select "document('file.xml')">
- Working with external files: page loaded in 44 seconds!!!
<xsl:value-of select "document('http://www.server.com/file.xml')">:
Now I can see now where the problem is (XSL style sheets are O.K.) so
the only way I can get to speed up the process is caching XML files
and work with them in my box.
Cheers!
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Optimize results, Camaleón | Thread | Re: [xsl] Optimize results, Wendell Piez |
| RE: [xsl] Grouping elements and sum, Michael Kay | Date | RE: [xsl] Catch ALL | Failed templa, Nicola Harlow |
| Month |