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"
  
Powered by MarkLogic Server | Terms of Use | Privacy Policy