alert:rule-get-name( $rule as element(alert:rule) ) as xs:string
This function returns the name of a given rule.
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"; alert:rule-get-name($rule) => "nucleic acids email"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.