December 2003
Intermediate to advanced
384 pages
7h 10m
English
IN THIS CHAPTER
As you know, there are no explicit values named true and false that you can embed in XPath 2.0 expressions. Instead, if you need a true or false value, you use the Boolean constructor functions fn:true and fn:false. In addition, the fn:not function flips the logical value of its argument. Here are the Boolean functions in overview:
fn:true returns the xs:boolean value true.
fn:false returns the xs:boolean value false.
fn:not flips the Boolean value of its ...
Read now
Unlock full access