Loading TOC...

XMLNode.firstChild

XMLNode.firstChild as XMLNode

Summary

The first child of this node, if any.

Usage Notes

The result is null except for document and element nodes.

Example

cts.doc("example.xml").root.firstChild

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