Tried, but that didn't change anything.

I can see from the source (the xml before the xslt2html) that it gets
translated correctly. The problem is that it doesn't get displayed after
the xslt2html. Somehow the XSLT transformation fails to display it.

-----Original Message-----
From: Boris Goldowsky [mailto:[EMAIL PROTECTED] 
Sent: 23. juni 2008 14:28
To: [email protected]
Subject: Re: [C22] i18n


On Jun 23, 2008, at 5:26 AM, Magnus Haraldsen Amundsen wrote:

> It's written to the JX Template using:
>
> <c:messages>
>   <jx:out value="#{messages}" xmlize="true"/>
> </c:messages>
>
> Where the jx:out contains a Java String that looks like this:
>
> <c:messages>
>   <c:message>
>     <i18n:text key="provided_ok"/>
>   </c:message>
> </c:messages>
>

I suspect that you need to change that to:
        <i18n:text key="provided_ok"  xmlns:i18n="http://apache.org/ 
cocoon/i18n/2.1">

in order for jx:out to get the namespace on that element right.

Bng



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

IMPORTANT NOTICE:
This message may contain confidential information.
If you have received this e-mail in error, do not use, copy or
distribute it. Do not open any attachments. Delete it immediately from
your system and notify the sender promptly by e-mail that you
have done so. Thank you.


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

Reply via email to