p:collection

p:collection() as xs:string

Summary

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

Example

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

  p:collection()
      ==> returns "http://marklogic.com/cpf/pipelines"
  
Powered by MarkLogic Server | Terms of Use | Privacy Policy