[xsl] looping through global parameters

Subject: [xsl] looping through global parameters
From: Ann Marie Rubin <Annmarie.Rubin@xxxxxxx>
Date: Mon, 15 Nov 2004 09:06:01 -0500
Hello list,

Thanks for the excellent solutions to this problem. Geert, adding an
xsl:when statement for each new attribute to update works.

Wendell and Dimtre, the lookup function works, too! One question on this
- can the parent node for each attribute be included in the lookup table?

Suppose we have an element like:

<element1  name="foo"...>
...
<element2  name="bar"...>

and I want to update "foo" to "newfoo", but not change "bar", so I want
to specify the element1 name="newfoo" in the lookup table. Is that possible?

thanks,

Ann Marie

Current Thread