After a long stretch of work in XQuery in a leading COTS product, I have come up with below XQuery design guidelines for reference. However, the actual implementation might be based on the product … [Read more...] about XQuery Design Principles #One
xquery 1.0
XQuery 1.0 [UPDATE NODE / UPDATE NODE VALUE]
Now, why I am writing this post! Because XQuery 1.0 has no support for UPDATE Node or UPDATE Node Value function which is applicable in XQuery 3.0. Below is what you can achieve in XQuery 3.0. … [Read more...] about XQuery 1.0 [UPDATE NODE / UPDATE NODE VALUE]
XQuery 1.0 [INSERT NODE]
Now, why I am writing this post! Because XQuery 1.0 has no support for INSERT Node function which is applicable in XQuery 3.0. Below is what you can achieve in XQuery 3.0. This is not possible in … [Read more...] about XQuery 1.0 [INSERT NODE]