Re: [xsl] Optimize results

Subject: Re: [xsl] Optimize results
From: Camaleón <noelamac@xxxxxxxxx>
Date: Wed, 23 Mar 2005 22:23:33 +0100
On Wed, 23 Mar 2005 13:24:01 -0600, JBryant wrote:

> I highly recommend Dave Pawson's FAQ:
> http://www.dpawson.co.uk/xsl/sect4/N9883.html

Thanks for that source, it's plenty of good stuff. I will take a look,
but I'm afraid the main problem I have it's not regarding XSL itself,
but amount of data to process.

I have to parse several external XML file(s) located on external
servers, and then show the result with my own XSL stylesheet (in my
server), so I have to move between several XML data sources by using
document() function, filtering results and loading XSL file.
 
> As for your last question, if you want output to the command line, you can
> put <xsl:message>Loading data, please wait...</xsl:message> within your
> templates. If you want that message to go to a web page or something other
> than a command line, you'll need to do it from some other point in your
> process.

I think to speed up the process I will need not to load all data at
time, but using PHP to get values and variables and then passing them
as parameters to get only matched data.

Anyway, thanks for your ideas. I'll keep reading the list.

Greetings.

Current Thread