Skip to content

Commit bdee58f

Browse files
committed
It's essential to have a newline at the end of each doc
The build process concatenates all files, doc would not be visible to NoSkE!
1 parent e819d94 commit bdee58f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

082_scripts_xsl/mananot-to-vert.xsl

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
</xsl:text>
2323
<xsl:apply-templates select="t:text/t:body"/>
2424
<xsl:text xml:space="preserve">
25-
&lt;/doc></xsl:text>
25+
&lt;/doc>
26+
</xsl:text>
2627
</xsl:template>
2728

2829
<xsl:template match="t:w|t:pc" xml:space="preserve"><xsl:if test=". = (',', '.', '!', '?', '[', '(')">&lt;g/>&#xa;</xsl:if><xsl:value-of select="normalize-unicode(text(), 'NFKC')"/>&#9;<xsl:value-of select="@xml:id"/>&#9;<xsl:value-of select="normalize-unicode(text(), 'NFKD')"/>&#9;<xsl:value-of select="@lemmaRef"/>&#9;<xsl:value-of select="@msd"/>&#9;<xsl:value-of select="@n"/><xsl:apply-templates select="@* except (@xml:id,@n,@lemmaRef,@msd,@join,@rend,@xml:lang)" mode="tsv"/><xsl:if test="@rend='withDash'">&#xa;&lt;g/>&#xa;-&#xa;&lt;g/></xsl:if>&#xa;</xsl:template>

0 commit comments

Comments
 (0)