Actions
Bug #5751
openEML stylesheet problem for i18n text
Start date:
11/27/2012
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5751
Description
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()"/>
Actions