Skip to content

Commit e2c9f92

Browse files
committed
Change name of URL attribute again
1 parent 26898fb commit e2c9f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/pressmint2xmlvert.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<xsl:variable name="urn" select="$bibl/tei:idno[@type='URN']"/>
5050
<xsl:variable name="url" select="$bibl/tei:idno[@type='URI']"/>
5151
<text id="{$text_id}" lang="{$lang}" date="{$date}" year="{$year}"
52-
newspaper="{$newspaper}" publisher="{$publisher}" url="{$url}">
52+
newspaper="{$newspaper}" publisher="{$publisher}" source_url="{$url}">
5353
<xsl:if test="normalize-space($article)">
5454
<xsl:attribute name="article" select="$article"/>
5555
</xsl:if>

0 commit comments

Comments
 (0)