Skip to content

Commit

Permalink
FoLiA comments should translate to html comments #33
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Apr 8, 2021
1 parent f45f2ef commit d815b74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions foliatools/folia2html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,10 @@
</td>
</xsl:template>

<xsl:template match="folia:comment">
<xsl:comment><xsl:value-of select="." /></xsl:comment>
</xsl:template>


<xsl:template match="folia:su" mode="xml2layout">
<!-- Enrich SU for conversion to SVG -->
Expand Down

0 comments on commit d815b74

Please sign in to comment.