MarkLogic Server 11.0 Product Documentation
Attr.lastChildAttr.lastChild as XMLNode
Summary
This is inherited from the XMLNode object.
The last child of this node, if any.
Usage Notes
The result is null except for document and element nodes.
Example
cts.doc("example.xml").root.lastChild.nodeName
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.