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


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

Why didn't I spot that? My brain is getting seriously addled by XPath 2.0...

Mike Kay


 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]