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 |
- Quoting quotes?
- Danny Vint - Sat, 21 Oct 2000 16:40:04 -0700
- Mike Brown - Sat, 21 Oct 2000 19:19:09 -0600 (MDT)
- <Possible follow-ups>
- Kay Michael - Mon, 23 Oct 2000 09:29:38 +0100 <=
|
|