cts:element-attribute-value-query-text

cts:element-attribute-value-query-text(
   $query as cts:element-attribute-value-query
) as xs:string*

Summary

Returns the text used to construct the specified query.

Parameters
query A query.

Example

let $query := cts:element-attribute-value-query(
              xs:QName("function"),
              xs:QName("name"),
              "MarkLogic Corporation")
return cts:element-attribute-value-query-text($query)

  => MarkLogic Corporation
Powered by MarkLogic Server | Terms of Use | Privacy Policy