Description
The fn:false function, which takes no arguments, is useful for constructing the boolean value false. XQueryXPath uses the fn:false() and fn:true() functions instead of keywords false and true.
This description is © Copyright 2007, Priscilla Walmsley. It is excerpted from the book XQuery by Priscilla Walmsley, O'Reilly, 2007. For a complete explanation of this function, please refer to Appendix A of the book. Arguments and Return Type| Name | Type |
| return value |
xs:boolean |
Examples| XPath Example | Results |
|---|
false() |
false |
See AlsoHistory |
Recommended Reading: 
|