|
Subject: Re: [xsl] test if string contains an apostraphe From: mjyoungblut@xxxxxxx Date: Tue, 3 Jul 2001 14:57:33 -0500 |
Try
<xsl:variable name="APOS">'</xsl:variable>
<xsl:if test="contains($string, $APOS)">
Matt
I also tried it like this: <xsl:if test="contains($string, ')">
and <xsl:if test="contains($string, ''')"> but got exceptions like the
one above.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] test if string contains a, Michael Kay | Thread | RE: [xsl] test if string contains a, Heather Lindsay |
| Re: [xsl] simple XPath question, Chris Nolte | Date | [xsl] How to sort a nodeset referen, Kumar . Shailendra |
| Month |