Skip to content

Commit

Permalink
Path adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Dec 10, 2019
1 parent 8edae31 commit 682d849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions xxe/eoa/xsl/tei2html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<div class="project-teaser__image">
<xsl:element name="img">
<xsl:attribute name="src">
<xsl:text>../../</xsl:text>
<xsl:value-of select="//tei:front/tei:figure[@type='cover']/tei:graphic/@url"/>
</xsl:attribute>
<xsl:attribute name="alt">
Expand Down
2 changes: 1 addition & 1 deletion xxe/eoa/xsl/tei2html_utils/html_rules.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<xsl:key name="theorems" match="tei:p[@corresp]" use="eoa:normalize_reference(@corresp)"/>

<!-- TODO: restrict values by using a datatype -->
<xsl:param name="domain" select="'http://mprl-series.mpg.de'"/>
<xsl:param name="domain" select="'../..'"/>

<xsl:variable name="series" select="lower-case(/tei:TEI/tei:teiHeader/tei:fileDesc/tei:seriesStmt/tei:title)"/>
<xsl:variable name="publication_number" select="/tei:TEI/tei:teiHeader/tei:fileDesc/tei:seriesStmt/tei:idno[@type = 'number']"/>
Expand Down

0 comments on commit 682d849

Please sign in to comment.