XML DOM length Property

The following code fragment loads "books_cdata.xml" into xmlDoc and gets the text node data and length from the first <title> element

Definition and Usage

The length property returns the number of characters in the selected node

Syntax

CDATANode.length

❮ CDATA Object