Loading TOC...

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'

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