Easy Tutorial
❮ Dom Prop Node Textcontent Dom Met Node Removechild ❯

XML DOM strictErrorChecking Property



Definition and Usage

The strictErrorChecking property sets or returns whether to enforce error checking.

When set to false, the implementation does not test for each possible error condition. This property is set to true by default.

Syntax


Example

The following code snippet uses loadXMLDoc() to load "books.xml" into xmlDoc and returns whether to enforce error checking:

Example

Output:


❮ Dom Prop Node Textcontent Dom Met Node Removechild ❯