Visit Mozilla.org

XSLT:fallback

From MDC

XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes

Contents

The <xsl:fallback> element specifies what template to use if a given extension (or, eventually, newer version) element is not supported.

[edit] Syntax

<xsl:fallback>
	TEMPLATE
</xsl:fallback>

[edit] Required Attributes

None.

[edit] Optional Attributes

None.

[edit] Type

Instruction, appears within a template.

[edit] Defined

XSLT, section 15

[edit] Gecko support

Not supported at this time.