Returns the xs:boolean value true.
xs:boolean
true
fn:true
The result is equivalent to xs:boolean("1").
xs:boolean("1")
The expression fn:true() returns xs:boolean(1).
fn:true()
xs:boolean(1)