Visit Mozilla.org

XSLT:processing-instruction

From MDC

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

Contents

The <xsl:processing-instruction> element writes a processing instruction to the output document.

[edit] Syntax

<xsl:processing-instruction name=NAME> TEMPLATE </xsl:processing-instruction>

[edit] Required Attributes

name
Specifies the name of this processing instruction.

[edit] Optional Attributes

None.

[edit] Type

Instruction, appears within a template.

[edit] Defined

XSLT, section 7.3

[edit] Gecko support

Supported.