XSLT <xsl:fallback> Element
Definition and Usage
The <xsl:fallback> element specifies the alternative code to be executed when an XSL processor does not support an XSL element.
Syntax
Attributes
None
Example 1
This example was intended to use a fictional <xsl:loop> element to loop through each "title" element. If the XSL processor does not support this element (which it indeed does not), the <xsl:for-each> element will be used instead: