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]
Other format: [Raw text]

string comparison


Hi, I have a document made up from a collection of addresses like this: <address-book> <contact> <name>Dan Corneanu Cornel</name> .....
</contact> <contact> <name>Florin Corneanu</name> ...... </contact> ........ </address-book>
How can I select all the contacts which contain the string "corneanu" or "Corneanu" or "cOrneanu" etc. in the <name> child? Is there something like the 'like()' function from SQL?

Best regards, Dan.




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]