Skip to content

Commit

Permalink
update TEI version string
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Feb 1, 2024
1 parent 5334d1f commit 63924f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/to-tei_all.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
exclude-result-prefixes="xs wega"
version="2.0">

<xsl:param name="current-tei-version" as="xs:string">4.6.0</xsl:param>
<xsl:param name="current-tei-version" as="xs:string">4.7.0</xsl:param>
<xsl:param name="facsimileWhiteList" as="xs:string">D-B</xsl:param>

<xsl:output media-type="application/tei+xml" encoding="UTF-8" indent="no" method="xml"/>
Expand Down

0 comments on commit 63924f7

Please sign in to comment.