|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] compare dayTimeDuration ?Florent Georges darkman_spam at yahoo.frMon Feb 26 11:44:14 PST 2007
Sébastien Geindre wrote: Hi > *Axis step child::element(false) cannot be used here: the context > item is undefined* > if ($r1 <= $v1) then > * if ($r2 <= $v1) then xs:boolean(false)* > else xs:boolean(true) > else > if ($r1 <= $v2) then xs:boolean(true) > else xs:boolean(false) There is no context item defined while evaluating the above expression. So when you try to access the child elements of the current item (named "true" and "false") this is an error. If you want to use the boolean values, use simply false() and true() (w/ () and wo/ xs:boolean()). Regards, --drkm ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
|
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






