June 1999
Intermediate to advanced
540 pages
21h 39m
English
<xsl:pi>
<xsl:pi name="
name
"/>...</xsl:pi>
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"?>
Read now
Unlock full access