Skip to content

Commit

Permalink
Update odd2odd.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbohl authored Oct 4, 2023
1 parent ce346af commit 82e80e3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions odds/odd2odd.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -969,13 +969,15 @@ of this software, even if advised of the possibility of such damage.
<xsl:with-param name="elementName" select="$elementName"/>
</xsl:call-template>
<!-- attList -->
<attList xmlns="http://www.tei-c.org/ns/1.0">
<xsl:apply-templates mode="justcopy" select="tei:attList/@org"/>
<xsl:call-template name="odd2odd-processAttributes">
<xsl:with-param name="ORIGINAL" select="$ORIGINAL"/>
<xsl:with-param name="objectName" select="$elementName"/>
</xsl:call-template>
</attList>
<xsl:if test="tei:attList or $ORIGINAL/tei:attList">
<attList xmlns="http://www.tei-c.org/ns/1.0">
<xsl:apply-templates mode="justcopy" select="tei:attList/@org"/>
<xsl:call-template name="odd2odd-processAttributes">
<xsl:with-param name="ORIGINAL" select="$ORIGINAL"/>
<xsl:with-param name="objectName" select="$elementName"/>
</xsl:call-template>
</attList>
</xsl:if>


<!-- models -->
Expand Down

0 comments on commit 82e80e3

Please sign in to comment.