On 29.04.2004 17:10, [EMAIL PROTECTED] wrote:

Dear All,

How can I do that in XSP :

<input type="button" name="but_delete" class="button" id="but_delete" >
<xsp:attribute name="value">
<i18n:text key="blabla">This is what I want to translate</i18n:text>
</xsp:attribute>
</input>


???

I want to translate the attribute !

Any idea ?

This has nothing to do with XSP. YOu just need the correct syntax for the i18n transformer:


<input value="blabla" i18n:attr="value"/>

The value of @value will be taken as key and replaced accordingly.

Joerg

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



Reply via email to