Name
xsl:processing-instruction
Synopsis
<xsl:processing-instruction
name = "target
">
<! -- template -- >
</xsl:processing-instruction>
The xsl:processing-instruction
element inserts a processing instruction into the
result tree.
Attribute
name
, required,
attribute value templateThe processing instruction's target.
Contents
The xsl:processing-instruction
element's
contents are a template that is instantiated to produce the
processing-instruction data. This template may include XSLT
instructions, provided that the result of instantiating this
template is text that does not contain the two-character string
?>
.