Skip to content

Commit

Permalink
Whatever dev has, put here
Browse files Browse the repository at this point in the history
  • Loading branch information
sydb committed Nov 28, 2024
2 parents ea4cbd3 + 8a0b34c commit e638bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odds/odd2dtd.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ of this software, even if advised of the possibility of such damage.
&lt;!ENTITY % file.</xsl:text>
<xsl:value-of select="@ident"/>
<xsl:text>-decl PUBLIC '-//TEI P5//ENTITIES </xsl:text>
<xsl:sequence select="( tei:idno[@type eq 'FPI'], tei:altIdent[@type eq 'FPI'] )[1]"/>
<xsl:sequence select="tei:idno[@type eq 'FPI']"/>
<xsl:text>//EN' '</xsl:text>
<xsl:value-of select="@ident"/>
<xsl:text>-decl.dtd' &gt;
Expand Down Expand Up @@ -1308,7 +1308,7 @@ of this software, even if advised of the possibility of such damage.
<xsl:text> </xsl:text>
<xsl:text>PUBLIC</xsl:text>
<xsl:text> '-//TEI P5//</xsl:text>
<xsl:sequence select="( key('FILES',@key)/tei:idno[@type eq 'FPI'], key('FILES',@key)/tei:altIdent[@type eq 'FPI'] )[1]"/>
<xsl:sequence select="key('FILES',@key)/tei:idno[@type eq 'FPI']"/>
<xsl:text>//EN' '</xsl:text>
<xsl:value-of select="@key"/>
<xsl:text>.dtd'</xsl:text>
Expand Down

0 comments on commit e638bdd

Please sign in to comment.