xsl-list
[Top] [All Lists]

Re: Doing when test w/ substring extraction

2004-10-05 11:32:52
Yes, but not that way. Try this:

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

Jay Bryant
Bryant Communication Services




dan sherman <h8_bsod(_at_)yahoo(_dot_)com> 
10/05/2004 12:28 PM
Please respond to
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com


To
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
cc

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>
--+--





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