Creating the Result Tree
There are several more elements that can be used in creating the result
tree:
-
<xsl:attribute-set>
-
Names a collection of attributes for use as a set
-
<xsl:comment>
-
Creates an XML comment (<!-- like this -->) in the result tree
-
<xsl:processing-instruction>
-
Creates an XML processing instruction (<?pitarget like="this"?>)
in the result tree