Comment Object
The insertData() method inserts data to a comment node.
| Parameter | Description |
|---|---|
| start | Required. Specifies where to begin inserting characters. Start value starts at zero |
| string | Required. Specifies the string to insert |
The following code fragment loads "books_comment.xml" into xmlDoc using loadXMLDoc() and inserts a string to the first comment node:
Output:
In the example above we use a loop and an if-test to make sure we only process comment nodes. A comment node has a node type of 8.
Comment Object
Your message has been sent to W3Schools.