|
Subject: RE: Quoting quotes? From: Kay Michael <Michael.Kay@xxxxxxx> Date: Mon, 23 Oct 2000 09:29:38 +0100 |
> <xsl:value-of select="substring-after('Dean. Well, let's see,
> we have on
> the bags, Who's on first, What's on second, I Don't Know is
> on third ... ',
> 'bags')"/>
>
My usual recommendation is to use variables:
<xsl:variable name="strange-dialect">Dean. Well, let's see...</xsl:variable>
<xsl:value-of select="substring-after($strange-dialect, 'bags')"/>
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: Quoting quotes?, Mike Brown | Thread | XPath expression as param, Ytai Ben-Tsvi |
| RE: Matching elements with a name s, SCOTT, Darren, FM | Date | RE: XPath expression as param, Kay Michael |
| Month |