Hello there! This is another post around XQuery and IDEs. As in my earlier post I have suggested to use XQDT for XQuery IDE for building and running XQueries, In this post I am going to explain how to … [Read more...] about XQuery highlighting in Notepad++
Tips & Tricks
Creational Pattern | Singleton (Part 1)
In today’s object oriented world, we have application like the size of a sea and we create and destroy objects in seconds inside the application. There is instances where we need to have a situation … [Read more...] about Creational Pattern | Singleton (Part 1)
Creational Pattern | Prototype
I call this pattern the Dolly pattern. I am not sure if you remember, Dolly was the first sheep to be cloned at least in the news. The key to solving the problem of creating objects which is very … [Read more...] about Creational Pattern | Prototype
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 [DELETE NODE]
Now, why I am writing this post! Because XQuery 1.0 has no support for DELETE 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 [DELETE NODE]
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]