The <xsl:processing-instruction> element writes a processing instruction to the output document.
<xsl:processing-instruction name=NAME>TEMPLATE</xsl:processing-instruction>nameSpecifies the name of this processing instruction.
None.
Instruction, appears within a template.
XSLT, section 7.3
Supported.