Maintenance: Planio will be observing a scheduled maintenance window this Sunday, November 10, 2024 from 20:00 UTC until 21:00 UTC to perform important network maintenance in our primary data center. Your Planio account will be unavailable for a few minutes during this maintenance window.
Bug #3216
closedError QNames are not ordered
100%
Description
The following XSLT snippet:
<xsl:when test="map:get($bindings,generate-id($in-node))=xs:QName('xs:date')">
<xsl:attribute name="type" select="'date'" />
</xsl:when>
Produces the following error in the browser:
XError {name: "XError", message: "QNames are not ordered at file:/Users/ond1/work/de…xon-dev/licensing/src/JStool/xsltforms-js.xsl#166", code: "FORG0006", stack: "Error↵ at new XError (http://localhost:8000/JSt…(http://localhost:8000/JStool/SaxonJS.js:6824:20)", xsltLineNr: "166"…}
This relates to the Compare.gc(lhsIter, rhsArray, op, comparer)
function in the Compare.js file.
Please register to edit this issue
Also available in: Atom PDF Tracking page