Loading TOC...

XMLDocument.documentURI

XMLDocument.documentURI as String

Summary

The URI of this document.

Usage Notes

Documents constructed using the builder will not have a document URI.

Example

cts.doc("example.xml").documentURI
  ==> "example.xml"

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