Loading TOC...

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"
  

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