Loading TOC...

dom:collection

dom:collection() as xs:string

Summary

Return the name of the collection in which domains are stored.

Example

  xquery version "1.0-ml";
  import module namespace dom = "http://marklogic.com/cpf/domains" 
		  at "/MarkLogic/cpf/domains.xqy";

  dom:collection()
      ==> returns "http://marklogic.com/cpf/domains"
  

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