I still have a long list of tutorial ideas. Here’s the latest one I’ve written, covering paginated search from an XQuery library module.
Archive for the ‘XQuery’ Category
Paginated search tutorial
Thursday, September 28th, 2006XQSync tutorial
Tuesday, August 29th, 2006The RecordLoader tutorial seems to be popular, so here’s another. This tutorial covers XQSync.
Performance and QA Test Tool
Wednesday, July 12th, 2006Over at Mark Logic we recently released a new PerformanceMeters tool, which can be handy for benchmark testing – and unit testing, too. I’ve written a short tutorial.
RecordLoader tutorial
Monday, June 26th, 2006If you’ve tried to use my RecordLoader tool, you’ve probably noticed that it’s lightly-documented and somewhat cryptic. This tutorial may help.
ISO-8601, made a little easier
Friday, September 10th, 2004One of the nicer things about XQuery is that it supports xs:date, xs:time, and xs:dateTime (from XML Schema). But XQuery is short of handy ways to convert human-readable dates and times into ISO-8601, the XML Schema format for dates and times.
Life is much easier if your XML already has all the dates and times in ISO-8601 format. So I’ve written a tutorial on ISO-8601 dates, and how to generate them in Java.