xsl-list
[Top] [All Lists]

Re: [xsl] comparing sequences that contain more than one of the same item

2008-02-22 08:34:03
On 22/02/2008, Kerry, Richard <richard(_dot_)kerry(_at_)siemens(_dot_)com> 
wrote:

 To match 'hello' with 'farmer' the code will be

 matches('ehllo', 'a?e?f?m?r?r?' )

 Ie 'hello' has been sorted into codepoint order before the match.

Indeed, the point is that returns true for me... whereas it should return false.


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--