xsl-list
[Top] [All Lists]

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

2008-09-30 04:19:59
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--