Project

General

Profile

Actions

Bug #5751

open

EML stylesheet problem for i18n text

Added by MAITA Eiichi over 11 years ago.

Status:
New
Priority:
Normal
Category:
utilities
Target version:
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

Also available in: Atom PDF