MarkLogic Server 11.0 Product Documentation
xdmp:is-whitespace-nodexdmp:is-whitespace-node(
[$text as node()]
) as xs:boolean
Summary
Returns true if the node is a text node containing only whitespace.
Parameters |
text |
The node to be tested.
|
Example
xdmp:is-whitespace-node(<x>a</x>)
=> false()
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.