Which of the following is a trait that distinguishes XSLT 2.0 from XSLT 1.0?
Answer(s)
- xsl:value-of in XSLT 2.0 includes an attribute called "delimiter" that allows delimited sequences.
- xsl:variable in XSLT 2.0 includes an attribute called "type" to indicate type.
- xsl:with-param in XSLT 2.0 does not throw an error if that parameter is not defined in the called template.
- xsl:for-each in XSLT 2.0 supports arbitrary sequences in addition to node sets.
Correct Answer
xsl:for-each in XSLT 2.0 supports arbitrary sequences in addition to node sets.