Category Archives: XSLT 3.0

Short-Circuit boolean evaluation in XPath

In this post, I explore short-circuit boolean evaluation in XPath. Let’s start with this reference task: Let $seq be a possibly empty sequence of integer. The task is to compute a boolean which is true if the first item is … Continue reading

Posted in XSLT 3.0 | Comments Off on Short-Circuit boolean evaluation in XPath

What the Knight’s Tour might look like in XSLT 3.0?

At the time of writing XSL Transformations (XSLT) Version 3.0 (W3C Working Draft 10 July 2012) is still a working draft. I can’t test this, but this is my estimate of what a solution for the Knight’s tour might look … Continue reading

Posted in XSLT 3.0 | Tagged , | Comments Off on What the Knight’s Tour might look like in XSLT 3.0?