alert:rule-get-query( $rule as element(alert:rule) ) as cts:query
Get the cts:query
corresponding to
the rule's query expression.
Parameters | |
---|---|
$rule | The representation of a rule. |
xquery version "1.0-ml"; import module namespace alert = "http://marklogic.com/xdmp/alert" at "/MarkLogic/alert.xqy";
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.