Subject: RE: attribute
From: "Medina, Edward" <emedina@xxxxxxx>
Date: Thu, 30 Mar 2000 13:37:41 -0500
|
I believe you may be able to solve your problem by nesting
<xsl:apply-templates />
inside the <xsl:when> and <xsl:otherwise>
Hope this helps
Eddy
-----Original Message-----
From: Ben Sorek [mailto:bsorek@xxxxxxxxxxxxx]
Sent: Thursday, March 30, 2000 11:15 AM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: xsl:attribute
I am having a problem with...
<xsl:choose>
<xsl:when test="...">
<xsl:for-each select="PERSON">
<a><xsl:attribute
name="href">adsasd</xsl:attribute><xsl:value-of
select="position()"/> -
<xsl:value-of select="NAME"/></a><br/>
</xsl:for-each>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="href"><xsl:value-of
select="$folder"/></xsl:attribute>
</xsl:otherwise>
......
The problem is that the if the attribute is set in the first part (ie when
condition is true) and then the <xsl:otherwise> is true the new value of
href is the original one + the new one (ie the values are appended to each
other) how do I avoid that. Can i reset the value for attribute?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: attribute
- Kay Michael - Thu, 30 Mar 2000 19:14:58 +0100
- <Possible follow-ups>
- Medina, Edward - Thu, 30 Mar 2000 13:37:41 -0500 <=
|
|