Skip to content

Commit

Permalink
fix(thornton): removed namespace prefix from output elements (anchor …
Browse files Browse the repository at this point in the history
…& div) in the first transform as it wasn't defined.
  • Loading branch information
geoffroy-noel-ddh committed May 20, 2024
1 parent 45849f8 commit 0cc3d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions responses/at-tei-to-tei.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<p> Thornton is [...]] </p>
</note>
-->
<tei:anchor>
<anchor>
<xsl:apply-templates select="@*"/>
<xsl:apply-templates select="key('notes', @corresp)"/>
</tei:anchor>
</anchor>
</xsl:template>

<xsl:template match="(*[@type='person']|*[@type='group']|tei:persName)[@ref]">
Expand Down

0 comments on commit 0cc3d45

Please sign in to comment.