Description
The fn:true function, which takes no arguments, is useful for constructing the boolean value true. XQueryXPath 2.0 uses the false() and 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| XQuery Example | Results |
|---|
true() |
true |
See AlsoHistory |
Recommended Reading: 
|