Skip to content
Snippets Groups Projects
Commit 2eaef9e1 authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

Update tei2xsl-fo.xsl

parent f091dcf6
No related branches found
No related tags found
No related merge requests found
......@@ -280,10 +280,10 @@
<xsl:when test="(matches(ancestor::tei:pb/@n, '^fol. (271v)$') and contains(//tei:title, 'Nürnberg 1612')) or (matches(ancestor::tei:pb/@n, '^fol. (164r)$') and contains(//tei:title, 'Neuburg 1614'))">
<xsl:attribute name="font-size">7pt</xsl:attribute>
</xsl:when>
<xsl:when test="(matches(ancestor::tei:pb/@n, '^fol. (75r|107v|126v04v)$') and contains(//tei:title, 'München 1613')) or (matches(ancestor::tei:pb/@n, '^fol. (11r|24r|26v|45v|46v|86r)$') and contains(//tei:title, 'Eichstätt 1611')) or (matches(ancestor::tei:pb/@n, '^fol. 30v$') and contains(//tei:title, 'Regensburg 1613')) or (matches(ancestor::tei:pb/@n, '^fol. (271v|292v|294v|295v)$') and contains(//tei:title, 'Nürnberg 1612'))">
<xsl:when test="(matches(ancestor::tei:pb/@n, '^fol. (75r|107v|126v04v)$') and contains(//tei:title, 'München 1613')) or (matches(ancestor::tei:pb/@n, '^fol. (11r|24r|26v|45v|46v|86r)$') and contains(//tei:title, 'Eichstätt 1611')) or (matches(ancestor::tei:pb/@n, '^fol. 30v$') and contains(//tei:title, 'Regensburg 1613')) or (matches(ancestor::tei:pb/@n, '^fol. (271v|290r|292v|294v|295v)$') and contains(//tei:title, 'Nürnberg 1612'))">
<xsl:attribute name="font-size">6.5pt</xsl:attribute>
</xsl:when>
<xsl:when test="(matches(ancestor::tei:pb/@n, '^fol. 74r$') and contains(//tei:title, 'München 1613')) or (matches(ancestor::tei:pb/@n, '^fol. (263v|290r)$') and contains(//tei:title, 'Nürnberg 1612'))">
<xsl:when test="(matches(ancestor::tei:pb/@n, '^fol. 74r$') and contains(//tei:title, 'München 1613'))">
<xsl:attribute name="font-size">6pt</xsl:attribute>
</xsl:when>
<xsl:otherwise>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment