Skip to content

Commit

Permalink
include fVal in transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
rausch-supola committed Oct 31, 2024
1 parent 8d007fd commit d13b529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 082_scripts_xsl/copyAnaToVert.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<xsl:template match="tei:f">
<xsl:attribute name="xtoks:{@name}">
<xsl:value-of select="tei:string"/>
<xsl:value-of select="tei:string | @fVal"/>
</xsl:attribute>
</xsl:template>

Expand Down

0 comments on commit d13b529

Please sign in to comment.