Article ID: 303516 - Last Review: August 30, 2004 - Revision: 1.2 How To Use the starts-with() XPath FunctionThis article was previously published under Q303516 On This PageSUMMARY
It is a common programming requirement when you load and parse an XML document using the Microsoft XML (MSXML) Document Object Model (DOM) to identify elements and/or elements with attributes whose values begin with a specific character or sequence of characters. This article includes a code sample that demonstrates how you can use the starts-with XML Path
Language (XPath) string function to implement this requirement.
MORE INFORMATIONStep-by-Step Example
| Article Translations
|

Back to the top
