Avoid unnecessary sorting XQuery is a language where most of our work revolves around parsing XML and getting data out of XML using XPath. This practice emphasize the need to avoiding unnecessary … [Read more...] about XQUERY DESIGN PRINCIPLES #FOUR
xquery
XQUERY DESIGN PRINCIPLES #THREE
This is third in the series. Don't re use the same expressions over and over again When it comes to XQuery writing we normal parses XML and reads data. There are lot of constructs in XQuery to be used … [Read more...] about XQUERY DESIGN PRINCIPLES #THREE
XQuery Design Principles #One
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
JMS Emulator Integrated with Web Service Emulator
Hello All! In my earlier posts I have covered two topics which includes JMS Emulator, which emulates any target system and is capable of handling any systems in parallel and Dynamic Web Service which … [Read more...] about JMS Emulator Integrated with Web Service Emulator
XQuery Optimization Tips
Hello folks! As I have already mentioned in my earlier posts that my current assignment is based on a COTS product on top of major XQuery implementation, I am putting around this post to share some … [Read more...] about XQuery Optimization Tips
XQuery highlighting in Notepad++
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++