.. _true: ==== true ==== The boolean value true 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. Examples ~~~~~~~~ .. list-table:: :widths: 50 50 :header-rows: 1 * - **XPath** - **Results** * - true() - true See Also ~~~~~~~~ .. toctree:: :titlesonly: :glob: * :ref:`false`. * :ref:`boolean`.