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.
The Proposed Final Draft for XQJ, which is being developed under the Java Community Process as JSR 225 is available for download. XQJ is the standard Java API to access...
Today's post in the XQJ series is about XML Pipelines. How can we create a pipeline of XQueries or how to integrate XQuery with JAXP based XML processors.An...
A few weeks ago I blogged about XQuery your office documents. We can query our Office Open XML and OpenDocument Format documents, because they are XML based. But what about older formats? For example, there are a...
In the previous posts of the XQJ series, we have learned how to handle XDM instances as result of query execution; iterating through sequences, and get...
Last month in, XQJ Part III - Executing queries, we showed through some simple examples how to bind a value to an external variable declared in your query. In this post of the...