
dom:collection() as xs:string
Return the name of the collection in which domains are stored.
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: Get the most useful answers to questions from the MarkLogic community, or ask your own question.