Re: [xsl] performance issues saxon

Subject: Re: [xsl] performance issues saxon
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Tue, 18 Feb 2003 12:12:32 -0000
> This stylesheet, with two nested loops each processing the entire file,
> does not look like the kind of thing I would want to run on a 20Mb input
> file. You should be using keys to speed it up.
>
Ok if  the requirement is to group all the products of the same id together,
I would follow the following steps.
1. Get all the unique nodes
2. Group all the products with the id as defined by the id of the unique
node.


Is there any other way we could avoid using two nested  loops for a
requirement like this?
Thanks
Vasu




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread