hi together,

I'm looking for a way to substitute/translate
the following statement with i18n-transformations:

<a href="/test">
   <img src="/images/test.svg?label_text={0}&#38;label_color={1}"/>
</a>

to:
<a href="/test">
   <img src="/images/test.svg?label_text=hello&#38;label_color=red"/>
</a>

i18n:attr settings don't work in my case, do they ?
I need a way to prepare the src-attribute with dynamic information.
have someon a glue. can I use in some way xsl:variables or xsl:attributes
??

I'm using the cvs-snapshot from last friday.

greetings,
mathias
-- 
Mathias Ochsendorf
www: www.ochsendorf.net | www.ochsendorf.de
ICQ: 68556900


---------------------------------------------------------------------
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