Subject: Changes data on the fly
From: "Charles Ohana" <cohana@xxxxxxxxxxxxxxx>
Date: Mon, 8 Jul 2002 11:40:50 -0700
|
Hello friends,
I'm sorry, I know the question has been asked several times .
Is it possible to change the value of the data on the fly ?
here is an example .
<quotes>
<quote symbol="SUNW" name="Sun Microsystems" />
<quote symbol="AKAM" name="Akamai Technologies" />
<quote symbol="AOL" name="America Online, Inc" />
<quote symbol="YHOO" name="Yahoo" />
</quotes>
I need to do something to change "AOL" by "AKAM"
The if I have the following
<xsl:value-of select="count(quotes/quote[@symbol='AKAM'])" />
if would return 2 .
Any idea .
Thanx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
Charles Ohana - Mon, 8 Jul 2002 11:37:08 -0400 (EDT) <=
|
|