Re: How to search for <, >, etc. in a string?

Subject: Re: How to search for <, >, etc. in a string?
From: "Rebecca Lundberg" <rlundberg@xxxxxxxx>
Date: Tue, 26 Sep 2000 17:31:26 -0400
> The problem is the use of '<' and '>' in the second parameter of the
starts-with function.  I tried replacing them with &lt; and &gt; but I
believe that it is then literally looking for '&' followed by 'l' by 't' by
';' and soforth.
>
> Is there a way to specify <, >, ", etc. in such cases?

Just taking a guess here...
Did you try &lt; for less than and
&gt; for greater than?

Good luck!
Rebecca


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread