I have been inspired by Ritu (my life partner) about writing small ebooks. I know that there are plenty of stuff already available online about everything but it doesn’t harm to get a new one … [Read more...] about My first E-Book
xquery
XQuery: Exit/Break Breakthrough
Hello folks! Someone at my workplace asked me a query – “how to exit in a loop in xquery?”. It is quite simple in other programming languages like – java, etc. just put a “break” in a loop and it … [Read more...] about XQuery: Exit/Break Breakthrough
XQDT Saxon Interpreter – Custom Jar/Classes
Hello All! I have explained in my previous post "http://technology.toraveabout.com/xqdt-xquery-project-eclipse/" about configuring eclipse with XQDT. The challenge is that XQDT interpreter is … [Read more...] about XQDT Saxon Interpreter – Custom Jar/Classes
XQuery Reference Card
Hello folks! When working with any language, it saves a great effort when every single usage of that language is just in front of you. It makes learning easy. For the same reason, I have updated the … [Read more...] about XQuery Reference Card
Alternative to XPath as Constants
Now-a-days, XQuery and XPath are used heavily in all applications as XML has become a standard for data exchange in most of the applications. The modularization phase in any application development … [Read more...] about Alternative to XPath as Constants
Let’s Learn XQuery [Part1: Overview]
XQuery is is query and functional programming language designed to query XML data like SQL from database. XQuery version 1.0 was developed by a group within W3C [http://en.wikipedia.org/wiki/W3C] … [Read more...] about Let’s Learn XQuery [Part1: Overview]