|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Top N Most Common MistakesFrans Englich frans.englich at telia.comThu Aug 2 12:08:25 PDT 2007
Yes, what are they? What are the most common mistakes that novice, experienced a like, do when writing XQuery queries? I have little contact with users and can therefore contribute poorly: 1. That axis steps uses the default element namespace, which possibly is set by a namespace binding on an enclosing element constructor. Hence the path expression automagically misses. 2. Expression precedence related to the return clause combined with variable references. In "... return 1 + $f", The variable $f, if bound in the parent let/for clause, is out of scope. I suspect a couple of points related to axes can be found, perhaps especially related to navigation order versus document order. On a broader more conceptual scale, what is the big challenge for learning XQuery, especially if having a C++/Java background? "I'd rather wait until XSL-T has turned into a real language, such that one can assign to variables," reveals how hard the functional approach of XQuery/XSL-T can be to grasp. Cheers, Frans
|
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
|






