[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: Doing when test w/ substring extraction
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Tue, 05 Oct 2004 20:44:47 +0200
dan sherman wrote:
Can this be done???

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

I suspect you mean <xsl:when test="substring-after(./name,'\')='Administrators'"> or slightly more compact <xsl:when test="substring-after(name,'\')='Administrators'">

J.Pietschmann

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member