Skip to content

Commit

Permalink
moving notes of type=textConst to section "Text Constitution"
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Mar 10, 2017
1 parent 3b4a634 commit 0d53fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xsl/apparatus.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</xsl:element>
<xsl:element name="ul">
<xsl:attribute name="class">textConstitution</xsl:attribute>
<xsl:for-each select=".//tei:subst | .//tei:add[not(parent::tei:subst)] | .//tei:gap[not(@reason='outOfScope')] | .//tei:sic[not(parent::tei:choice)] | .//tei:del[not(parent::tei:subst)] | .//tei:unclear[not(parent::tei:choice)]">
<xsl:for-each select=".//tei:subst | .//tei:add[not(parent::tei:subst)] | .//tei:gap[not(@reason='outOfScope')] | .//tei:sic[not(parent::tei:choice)] | .//tei:del[not(parent::tei:subst)] | .//tei:unclear[not(parent::tei:choice)] | .//tei:note[@type='textConst']">
<xsl:element name="li">
<xsl:apply-templates select="." mode="apparatus"/>
</xsl:element>
Expand All @@ -30,7 +30,7 @@
</xsl:element>
<xsl:element name="ul">
<xsl:attribute name="class">commentary</xsl:attribute>
<xsl:for-each select=".//tei:app | .//tei:note | .//tei:choice">
<xsl:for-each select=".//tei:app | .//tei:note[@type=('commentary', 'definition')] | .//tei:choice">
<xsl:element name="li">
<xsl:apply-templates select="." mode="apparatus"/>
</xsl:element>
Expand Down

0 comments on commit 0d53fe7

Please sign in to comment.