Easy Tutorial
❮ Xsl Examples Func Elementavailable ❯

English: # XSLT <xsl:processing-instruction> Element



Definition and Usage

The <xsl:processing-instruction> element writes a processing instruction to the output, which generates a processing instruction node.


Syntax

Attributes

Attribute Value Description
name process-name Required. Specifies the name of the processing instruction.

Example 1

Code:

Creating a tag:


❮ Xsl Examples Func Elementavailable ❯