Share via


Boolean Functions (Windows CE 5.0)

Send Feedback

The XML Path Language (XPath) syntax supports Boolean functions that return strings or numbers, and can be used with comparison operators in filter patterns.

The following table shows the Boolean functions implemented by XPath.

Function Description
boolean Converts the argument to a Boolean.
false Returns False.
lang Returns True if the xml:lang attribute of the context node is the same as the argument string.
not Returns True if the argument is false, and a false otherwise.
true Returns True.

See Also

XPath Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.