Subject: RE: Replacing the -
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Thu, 12 Oct 2000 13:11:57 +0200
|
> What do I need to change to make it escape the - ?
> I assume " is the code for "
> so what is the code for -
You don't need to escape it, you can just use
<xsl:if test="not(contains($string, '-'))">
Or am I missing something?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Replacing the -
- Lee Bierman - Wed, 11 Oct 2000 17:59:36 -0700
- <Possible follow-ups>
- Linda van den Brink - Thu, 12 Oct 2000 13:11:57 +0200 <=
|
|