This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with substring-after syntax


Thanks!  That was simple enough - not sure why I didn't think of that on my
own!

>Date: Wed, 24 Oct 2001 10:42:55 -0600 (MDT)
>From: Mike Brown <mike@skew.org>
>Subject: Re: [xsl] Problem with substring-after syntax

Jennifer Wrightsell wrote:
> <xsl:value-of select="param[2]/substring-after(@value, '$global_')"/>

<xsl:value-of select="substring-after(param[2]/@value, '$global_')"/>

   - Mike


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]