|
That is so cool. Some questions:
I'm assuming this engine is XSLT 1.0. Are the EXSLT extensions available? Do you know of XSLT 2.0 plans? (IIRC the W3C's XSLT service supports 2.0)
Is there any particular reason to prefer an <xsl:if> test over a predicate in the template match pattern? eg:
match="aws:ListItem[number(aws:QuantityDesired) > number(aws:QuantityReceived)]"
|