Erzeugung von Knoten

Kommentare:

<xsl:comment>Kommentartext</xsl:comment>
Ergebnis: <!--Kommentartext-->


Processing-Instructions:

<xsl:processing-instruction name="pi">
  mal Daumen
</xsl:processing-instruction>
Ergebnis: <?pi mal Daumen?>