Skip to content

Commit

Permalink
src, info-h2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaengeli authored Sep 5, 2024
1 parent 57e073e commit c6c5158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/extract-fragment-metadata.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
</string>
<string key="info-h2">
<xsl:variable name="info-h2">
<xsl:apply-templates select="doc('../data/hs-descs.xml')//p[@corresp='Parzival-Projekt_'||$sigil]/title[not(@type='main')]"/>
<xsl:apply-templates select="doc('../data/hs-descs.xml')//p[@corresp='Parzival-Projekt_'||$sigil]/list"/>
</xsl:variable>
<xsl:sequence select="serialize($info-h2,$serialization-parameters/output:serialization-parameters) => normalize-space()"/>
</string>
Expand Down Expand Up @@ -233,7 +233,7 @@
</string>
<string key="info-h2">
<xsl:variable name="info-h2">
<xsl:apply-templates select="doc('../data/hs-descs.xml')//p[@corresp='Parzival-Projekt_'||$handle]//list"/>
<xsl:apply-templates select="doc('../data/hs-descs.xml')//p[@corresp='Parzival-Projekt_'||$handle]/list"/>
</xsl:variable>
<xsl:sequence select="serialize($info-h2,$serialization-parameters/output:serialization-parameters) => normalize-space()"/>
</string>
Expand Down

0 comments on commit c6c5158

Please sign in to comment.