#28
Creating Comments & Processing Instructions
Comments are created by:
<xsl:comment> your comment text here </xsl:comment>
Processing Instructions are created by
<xsl:processing-instruction name="target"> your PI text here </xsl:processing-instruction>