Loading TOC...

Attr.nodeValue

Attr.nodeValue as String

Summary

This is inherited from the XMLNode object.

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

Example

cts.doc("example.xml").firstChild.nodeValue;

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.