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