xsl-list
[Top] [All Lists]

RE: Doing when test w/ substring extraction

2004-10-05 11:18:19
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(_at_)yahoo(_dot_)com] 
Sent: Tuesday, October 05, 2004 1:28 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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

--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)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.
*********************************************************************************-



<Prev in Thread] Current Thread [Next in Thread>