On Wed, 23 Mar 2005 22:59:31 +0100, Camaleón 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!
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--