Support for XML comments (propagated to HTML)

This commit is contained in:
Jeff Parsons 2016-03-31 12:56:51 -07:00
commit e70f46afff
11 changed files with 56 additions and 10 deletions

View file

@ -1116,7 +1116,8 @@
</xsl:call-template>
</xsl:template>
<xsl:template name="comment">
<xsl:template match="comment">
<xsl:comment><xsl:apply-templates/></xsl:comment>
</xsl:template>
</xsl:stylesheet>