Re: [xsl] Re: Benefits of xsl.sequence

Subject: Re: [xsl] Re: Benefits of xsl.sequence
From: "Jesper Tverskov" <jesper@xxxxxxxxxxx>
Date: Tue, 30 Sep 2008 10:19:34 +0200
Could the use of xsl:sequence be considered mostly an uptimization
issue? A lot of the functionality of xsl:sequence is covered by
xsl:copy-of, and we can make sequences in e.g. variables directly like
xsl:variable name=x" select="(2, 5, 8)"/>?

Is there anything in XSLT 2.0 we can only do using xsl:sequence?

Best regards,
Jesper Tverskov

Current Thread