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]

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

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