Subject: Re: Doing when test w/ substring extraction
From: JBryant@xxxxxxxxx
Date: Tue, 5 Oct 2004 13:32:52 -0500
|
Yes, but not that way. Try this:
<xsl:when test="substring-after(./name,'\')='Administrators'">
Jay Bryant
Bryant Communication Services
dan sherman <h8_bsod@xxxxxxxxx>
10/05/2004 12:28 PM
Please respond to
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
cc
Subject
Doing when test w/ substring extraction
Hello All,
Can this be done???
<xsl:when test="<xsl:value-of select="substring-after(
./name,'\' )" />='Administrators'">
Thanks.
Dan Sherman
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
|