XMLDocument.documentFormat

XMLDocument.documentFormat as String

Summary

This is inherited from the Document object.

The format of the document node, "JSON", "XML", "TEXT", or "BINARY"

Example

cts.doc('example.xml').documentFormat;

// Returns: 'XML'
Powered by MarkLogic Server | Terms of Use | Privacy Policy