I'm trying to add an i18n text inside the attribute of a woody tag; it 
works fine for the label tag using the standard i18n:text but it doesn't 
work when using i18n:attr. Is this becourse the tag (wd:item) is inside a 
namespace (wd)?

Regards,
Gunter D'Hondt


form definition snippet:

<wd:form 
  xmlns:wd="http://apache.org/cocoon/woody/definition/1.0";
  xmlns:i18n="http://apache.org/cocoon/i18n/2.1";>
...
    <wd:selection-list>
      <wd:item i18n:attr="value" value="myi18nkey">
                        <wd:label>
                                   <i18n:text>myi18nkey</i18n:text>
                        </wd:label>
      </wd:item>
    </wd:selection-list>
...



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

Reply via email to