File: Data.xml
this is a test
File: Transform.xslt
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
String handling
select="'this is a test'" />
Case-insensitive match against 'test':
Output:
String handling
Case-insensitive match against 'test':
true