Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMParseError::srcTex...     IXMLDOMParseError Interfa...    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMParseError::get_url Method


Contains the URL of the XML document containing the last error.

Visual Basic Syntax

strValue = oXMLDOMParseError.url

C/C++ Syntax

HRESULT get_url(
    BSTR *urlString);

Parameters

urlString
[out] URL of the XML file containing the error.

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.