
The XML Object Model provides several ways to handle errors when they occur as a result of the XML document. One of these is the document object''s ParseError property, which provides information about problems that may occur in an XML document. This information enables you to handle possible errors and shield users from them. The code sample provided in this article demonstrates the use of some of these properties.
|