Re: [xsl] Performance problems with grouping

Subject: Re: [xsl] Performance problems with grouping
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 1 Sep 2004 11:27:48 +0100
  - I combine two xml files to one (by means of the document() function)
  - this temporary xml file is transformed into a node-set by means of the 
  node-set() extension function


incidentally do yor need node-set here?
It depends on th ecomplexity of your combination, for example

select="document('a.xml')|document('b.xml')"

makes a node set of two documents without needing any extension
function.

David

________________________________________________________________________
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
________________________________________________________________________

Current Thread