xsl-list
[Top] [All Lists]

Translation of values inside variables XSLT 1.1

2005-06-13 05:33:31
Hello List,

I've a variable and want to change all values inside this from one specefic
value to another one.
I tried something like this

<xsl:variabe name="dest">
        <xsl:copy-of select="translate(source, 'V1', 'V2')"/>
</xsl:variable>

but it did'nt worked out.

Does someone know how I can change Values inside a variable?
Thanks for any Help!!

Jan

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>