forked from museum-digital/musdb-md-xm-xsls
Fix references to position in literature in LIDO-based XSL files
This commit is contained in:
parent
82a469c877
commit
6410a5bdb5
|
@ -1584,7 +1584,7 @@
|
|||
<xsl:value-of select="."/>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
<xsl:if test="string-length(../literatur_fundstelle) != 0">, <xsl:for-each select="../literatur_fundstelle">
|
||||
<xsl:if test="string-length(../inlit) != 0">, <xsl:for-each select="../inlit">
|
||||
<xsl:value-of select="."/>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
|
|
|
@ -1273,7 +1273,7 @@
|
|||
<xsl:value-of select="."/>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
<xsl:if test="string-length(../literatur_fundstelle) != 0">, <xsl:for-each select="../literatur_fundstelle">
|
||||
<xsl:if test="string-length(../inlit) != 0">, <xsl:for-each select="../inlit">
|
||||
<xsl:value-of select="."/>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
|
|
|
@ -1406,7 +1406,7 @@
|
|||
<xsl:value-of select="."/>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
<xsl:if test="string-length(../literatur_fundstelle) != 0">, <xsl:for-each select="../literatur_fundstelle">
|
||||
<xsl:if test="string-length(../inlit) != 0">, <xsl:for-each select="../inlit">
|
||||
<xsl:value-of select="."/>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
|
|
Loading…
Reference in New Issue
Block a user