Re: [xsl] how to estimate speed of a transformation

Subject: Re: [xsl] how to estimate speed of a transformation
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 11 Dec 2003 13:00:45 GMT
>  keys must be recomputed on any new node-set(),
hopefully though the system only computes the key on a document that is
actually used as the context for the key() function (otherwise keys
would get very coslky indeed in some setups)

typically for example I have a very big source file and some smaller
"mapping" files that I use as lookup tables, I use xsl:key in the
assumption that the system doesn't try to index my main source file as I
never use key() directly on that.

Even though I hope that's the case, I don't think the spec can/should
mandate that.

David


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread