p:get( $pipeline-name as xs:string ) as element(p:pipeline)
Find a particular pipeline.
Parameters | |
---|---|
pipeline-name | The name of the pipeline to get. An error is raised if no such pipeline exists. |
xquery version "1.0-ml"; import module namespace p = "http://marklogic.com/cpf/pipelines" at "/MarkLogic/cpf/pipelines.xqy"; p:get( "Link Maintenance" )
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.