On Jun 13, 2006, at 1:25 PM, Bertrand Delacretaz wrote:
On 6/13/06, sat2_waran <[EMAIL PROTECTED]> wrote:
...If we hardcode the key value like for instance,
<i18n:text>home</i18n:text>
then the translated value is getting printed, But if we give the
key from
xsl variable,
<i18n:text><xsl:value-of select="$home"/></i18n:text> it's not
coming...
Most probably means that $home is not what you assume - I'd check the
output of this transform with the i18n transformer disabled, to see
what's being fed into it.
Or it might means that the XSLT transformation is done *after* the
i18n transformation.
Ugo