Magnus Haraldsen Amundsen wrote:

The i18nTransformer works when I follow the 2.1 documentation, but we’ve found that <i18n:text> tags that we’ve hardcoded in the Java code doesn’t get translated. It seems as it only translates <i18n:text> tags that we’ve added in the JX templates and the XSLT stylesheets.

My guess is that your <i18n:text> in Java is just treated as the the string "<i18n:text>..</>", and are never parsed as an element in the stream.

If you look at the resulting XML before the i18n-transformer, do you see them as "&lt;18n:text&gt;"?

Askild


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to