This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]