How To Use XPath Queries in MSXML DOM selectNodes Method (288913)
The information in this article applies to:
- Microsoft XML 2.6
- Microsoft XML 3.0
- Microsoft XML 4.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q288913 SUMMARY XML Path Language (XPath) queries can be used to query the
XML documents with DOM methods such as selectNodes or selectSingleNode. The default query that is used is XSLPattern for backward
compatibility. To use XPath, change the SelectionLanguage internal property of DOMDocument to XPath. XPath adds lot of functionality; for example, it allows
you to use functions such as string-length and sum. REFERENCES For additional information, click the following article number
to view the article in the Microsoft Knowledge Base: 317663
How To Access XML Data Using DOM in .NET Framework with Visual Basic .NET
Modification Type: | Minor | Last Reviewed: | 7/15/2004 |
---|
Keywords: | kbhowto KB288913 |
---|
|