[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

compare dayTimeDuration ?

Sébastien Geindre sebastien.geindre at meteo.fr
Mon Feb 26 11:15:11 PST 2007


  compare dayTimeDuration ?
oXygen eclipse plugin do not valid my query because of :
*Axis step child::element(false) cannot be used here: the context item 
is undefined*

Any ideas ?


declare function local:isTimeOverlaped(    $foo as element(FOO),
                                        $dateTimeRequest as xs:dateTime ,
                                        $timeSpanRequest as xs:integer)
as xs:boolean {
   let $analysisTime as xs:dateTime := xs:dateTime($foo/gml:timePosition)
   let $forecastTime as xs:dayTimeDuration := 
xs:dayTimeDuration(concat("PT",$foo/forecastTime, "M"))
   let $validityPeriod as xs:dayTimeDuration := 
xs:dayTimeDuration(concat("PT",$foo/validityPeriod, "M"))

   let $timeSpan as xs:dayTimeDuration := 
xs:dayTimeDuration(concat("PT",$timeSpanRequest, "M"))

   let $v1 as xs:dateTime := $analysisTime + $forecastTime
   let $v2 as xs:dateTime := $v1 + $validityPeriod

   let $r1 as xs:dateTime := $dateTimeRequest
   let $r2 as xs:dateTime := $dateTimeRequest + $timeSpan
   
    return
           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)
                  
};



Geindre Sébastien a écrit :
> hi all,
>
> is there any date comparison function in xquery ?
>
> thanks
>
> _______________________________________________
> http://x-query.com/mailman/listinfo/talk
> http://x-query.com/mailman/listinfo/talk
>


-- 
Sébastien Geindre
DPREVI/AERO/DEV
http://x-query.com/mailman/listinfo/talk
05 61 07 84 93


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://x-query.com/pipermail/talk/attachments/20070226/ca499cec/attachment.htm


Purchase Stylus Studio Online Today!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.