RE: [xsl] Optimization using keys

Subject: RE: [xsl] Optimization using keys
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 16 Feb 2005 21:49:52 -0000
> BTW, is it correct to assume that
> 
> <xsl:copy-of select="*"/>
> 
> is faster than
> 
> <xsl:apply-templates select="*"/> ?
> 

Almost certainly - but you should always measure to be sure.

Michael Kay
http://www.saxonica.com/

Current Thread