From http://www.w3schools.com (Copyright Refsnes Data)
Complete Document Object Reference
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.
| documentObject.strictErrorChecking |
The following code fragment loads "books.xml" into xmlDoc using loadXMLDoc() and returns whether error-checking is enforced or not:
Example
Output:
Try it yourself » |
Complete Document Object Reference
From http://www.w3schools.com (Copyright Refsnes Data)