|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] compare dayTimeDuration ?Martin Probst martin at x-hive.comMon Feb 26 11:27:18 PST 2007
Hi, > You are right, but perhaps an end-user documentation will be > usefull !!! I think there are some books on XQuery coming up. Also, maybe your product has some documentation with it? > in fact, i need to check if two intervals overlap. What's the problem? Given four dates $a1, $a2, $b1, $b2 you jus need to check if the points lie inside of the other range, no? And if you have $a1 etc. really be xs:date elements you can simply use > and <. You can use fn:trace by wrapping values in it, e.g. instead of let $x := ... return ... you'd write: let $x := trace(..., 'trace at foo point') return ... This is fully composable, so you can also wrap function calls in it etc. Regards, Martin -- Martin Probst X-Hive Corporation http://x-query.com/mailman/listinfo/talk
|
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
|






