XMLNode.nodeValue

XMLNode.nodeValue as String

Summary

The DOM value of the node. For document and element nodes, this will be null.

Example

cts.doc("example.xml").firstChild.nodeValue;
Powered by MarkLogic Server | Terms of Use | Privacy Policy