Name

<xsl:pi>

Synopsis

<xsl:pi name= name />...</xsl:pi>

Description

Creates a processing instruction in the XML document. The name attribute is mandatory; it specifies the name of the application this instruction will be processed by. Any other attributes should appear between the opening and closing tags. For example:

<xsl:pi name="works">applevel="A"
     version="3.0"</xsl:pi>

This is translated in the output XML document as:

<?works applevel="A" version="3.0"?>

Get XML Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.