RE: Pattern Matching (IE5 [])

Subject: RE: Pattern Matching (IE5 [])
From: Jonathan Marsh <jmarsh@xxxxxxxxxxxxx>
Date: Fri, 21 Apr 2000 11:03:35 -0700
I think you want something like this:

  .[(@ITEM $ige$ '1') and (@ITEM $ilt$ '2')]

or, as i'd write it:

  @ITEM[. &gt;= '1' and . &lt; '2']

- Jonathan Marsh
  Microsoft

[P.S. Sorry for the long response time.  I marked this as a potential bug
and it took me a while to get around to trying to repro it.  But it now
looks to me like faulty logic.  If this suggestion doesn't work, or if there
is something in the case insensitive operations that is producing unexpected
results, please let me know.]

> -----Original Message-----
> From: Anton Swanevelder [mailto:AntonS@xxxxxxxxxxxx]
> Sent: Wednesday, April 12, 2000 2:27 AM
> To: 'xsl-list@xxxxxxxxxxxxxxxx'
> Subject: Pattern Matching (IE5 [])
> 
> 
> Hi All
> 
> A XSL Pattern match question IE5: []
> 
> I would like to know how to do a search that works the same way as
> starts-with.
> 
> [@ITEM $ige$ '1'] brings back all the words that start with a 
> 1 and greater,
> so 123 and 234 and 345.
> 
> I thought that I could use this:
> 
> [(@ITEM $ige$ '1') and (@ITEM $ile$ '1')] to bring back
> only the words starting with 1 but no luck.
> 
> So is there anybody out there using XSL that came across this problem
> before.
> 
> Kind Regards
> 
> Anton
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread