RE: [xsl] Doing when test w/ substring extraction

Subject: RE: [xsl] Doing when test w/ substring extraction
From: "Jack Ratcliff" <jratcliff@xxxxxxxxxxxx>
Date: Tue, 5 Oct 2004 14:18:19 -0400
No, but you should be able to do this:

<xsl:when test="substring-after( ./name,'\' )='Administrators'">


Jack

-----Original Message-----
From: dan sherman [mailto:h8_bsod@xxxxxxxxx]
Sent: Tuesday, October 05, 2004 1:28 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] 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





*****************************************************************************
*****
This e-mail and any files transmitted with it are confidential and are
intended solely for the use of the individual or entity to which they are
addressed.  It is not an offer or acceptance, and it is not intended to be all
or part of an agreement.  This communication may contain material protected by
the attorney-client privilege.  If you are not the intended recipient or the
person responsible for delivering the e-mail to the intended recipient, be
advised that you have received this e-mail in error and that any review, use,
dissemination, forwarding, printing, or copying of this e-mail is strictly
prohibited.  If you have received this e-mail in error, please notify the
sender immediately by return e-mail and delete this e-mail from your system.
The sender does not accept liability for any damage caused by any virus
transmitted by this e-mail or any errors or omissions in the contents of this
message which arise as a result of e-mail transmission.
*****************************************************************************
****-

Current Thread