Hi,

can somebody explain to me why the following piece of xsp does not work

<i18n:text>
  <xsp:attribute name="i18n:key">
    myKey
  </xsp:attribute>
  defaultValue
</i18n:text>

while this piece does work

<i18n:text i18n:key="myKey">
  defaultValue
</i18n:text>

I would like to dynamically create the i18n:text element by getting the i18n:key and 
the default value from a database.

thx,
Nico


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to