Support for XML comments (propagated to HTML)
This commit is contained in:
parent
1ad526ba4b
commit
e70f46afff
11 changed files with 56 additions and 10 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue