eml-resource.xsl:284
<xsl:value-of select="$i18nElement/."/>
is wrong because this command extracts not only
the primary language text but also the additional
translation text.
For extracting only the primary language text,
the command should be modified as the following line:
<xsl:value-of select="$i18nElement/text()"/>
The text was updated successfully, but these errors were encountered:
Author Name: MAITA Eiichi (MAITA Eiichi)
Original Redmine Issue: 5751, https://projects.ecoinformatics.org/ecoinfo/issues/5751
Original Date: 2012-11-27
Original Assignee: Margaret O'Brien
eml-resource.xsl:284
<xsl:value-of select="$i18nElement/."/>
is wrong because this command extracts not only
the primary language text but also the additional
translation text.
For extracting only the primary language text,
the command should be modified as the following line:
<xsl:value-of select="$i18nElement/text()"/>
The text was updated successfully, but these errors were encountered: