Skip to content

Commit

Permalink
create tei:p from TextRegion [@type = 'paragraph']
Browse files Browse the repository at this point in the history
e.g. exported from Transkribus

Cf. #16
  • Loading branch information
dariok committed Apr 21, 2020
1 parent 24d2127 commit f78761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page2tei-0.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
<xsl:when test="@type = 'footnote-continued'">
<note place="foot" n="[footnote-continued reference]" facs="#facs_{$numCurr}_{@id}"><xsl:apply-templates select="p:TextLine" /></note>
</xsl:when>
<xsl:when test="@type = 'other'">
<xsl:when test="@type = ('other', 'paragraph')">
<p facs="#facs_{$numCurr}_{@id}">
<xsl:apply-templates select="p:TextLine" />
</p>
Expand Down

0 comments on commit f78761a

Please sign in to comment.