RE: [xsl] Re: <xsl:element> and literal elements

Subject: RE: [xsl] Re: <xsl:element> and literal elements
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Sat, 27 May 2006 20:21:02 +0100
>   I use <xsl:element and <xsl:attribute wherever I can, and I've never
>   noticed any real impact on speed 

In Saxon there's certainly no impact on speed, because both constructs
generate exactly the same code.

I personally prefer literal result elements because the code is so much more
readable.

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

Current Thread