View all posts from Marc Van Cappellen on the Progress blog. Connect with us about all things application development and deployment, data integration and digital business.
Permit me some promotion for another XQuery workshop.This interactive workshop introduces an approach to data services based on XML and XQuery and is based on a typical scenario where a hypothetical IT organization needs to create a set of data services exposing various functionality. The...
A recent and rather simple question.I have two sequences, let's say 1,2,3 and 2,3,4 and I need to get the items that exist in both, in this case 2,3One could think to use the...
Publishing data as XML... What did you expect, of course that such topic needs to be handled in a series like XQuery for the SQL Programmer. Despite the enormous usage of XML throughout most application...
Today's topic in the XQuery for the SQL programmer series is grouping.
Where grouping is built-in the SQL language, this is unfortunately a bit less trivial in XQuery. Let's start with a simple example,...