Subject: Pattern Matching (IE5 [])
From: Anton Swanevelder <AntonS@xxxxxxxxxxxx>
Date: Wed, 12 Apr 2000 11:26:47 +0200
|
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
|