Article ID: 315719 - Last Review: April 8, 2002 - Revision: 1.1 INFO: Use XPath to Perform a Case-Insensitive Search with MSXMLThis article was previously published under Q315719 SUMMARY
MSXML includes two functions that you can use to filter data in a case-insensitive search. With MSXML 3.0, you can use the translate function. With MSXML 4.0, you can use either the translate function or the new ms:string-compare XPath function.
MORE INFORMATION
To perform a case-insensitive search by a DomainName property that is named "mydomain1.com" on the following XML data
REFERENCES
For more information about the translate and the ms:string-compare functions, see the XML Software Development Kit (SDK) documentation.
| Article Translations
|
Back to the top
