fn.true

fn.true() as Boolean

Summary

Returns the xs:boolean value true. Equivalent to xs:boolean("1").

Example

fn.true()

=> true

fn.true() == true

=> true
Powered by MarkLogic Server | Terms of Use | Privacy Policy