El Fallback
# XSLT Element
* * Complete XSLT Element Reference](#)
* * *
## Definition and Usage
The element specifies the fallback code to run if the XSL processor does not support an XSL element.
* * *
## Syntax
## Attributes
None
### Example 1
This example was intended to use a fictional element to loop through each "title" element. If the XSL processor does not support this element (which it doesn't), the element is used as a fallback:
* * Complete XSLT Element Reference](#)
YouTip