This read-only property returns an XPath expression that locates the node where an error occurred. Currently, this property is set only when an error is encountered in schema validation (using XSD). In all other cases, the returned string will be empty.
If there are multiple validation errors, the returned XPath expression points to the first node in the document where errors occurred.
strXPath = objXMLDOMParseError2.errorXPath;
strXPath = objXMLDOMParseError2.errorXPath;
_bstr_t strXPath = objXMLDOMParseError2->errorXPath;
HRESULT get_errorXPath ( BSTR *strXPath);
strXPath
parameter is an empty string.This example uses the same two resource files used in the allErrors example, books.xml and books.xsd. We've provided source files for the sample in three languages: JScript, Visual Basic, and C++. The output is the same in each language.
MSXML 5.0 and later
To view reference information for Visual Basic, C/C++, or Script only, click the Language Filter button in the upper-left corner of the page.
allErrors Property | errorParameters Method| errorParametersCount Property | validate Method | validateNode Method