XML DOM strictErrorChecking Property
Complete Document Object Reference
Definition and Usage
The strictErrorChecking property sets or returns whether error-checking is enforced or not.
When set to false, the implementation is free to not test every possible
error case. This property is true by default.
Syntax
documentObject.strictErrorChecking
|
Example
The following code fragment loads "books.xml"
into xmlDoc using
loadXMLDoc() and returns whether error-checking is enforced or
not:
xmlDoc=loadXMLDoc("books.xml");
errCheck=xmlDoc.strictErrorChecking;
document.write(errCheck);
|
Output:
Try-It-Yourself Demos
Check whether error checking is enforced or not
Complete Document Object Reference
Want To Be A Web Master?
If you want to be a Web Master, you will have to host your web site with an ISP (Internet Service Provider).
MaximumASP offers seven different configurations of dedicated servers to meet your Windows and .NET hosting needs.
Hosted on our multi-tiered Enterprise Class network, these servers provide the performance, security and reliability
you need to host your high end web sites and applications.
Visit MaximumASP
|