Actions
Bug #3216
closedError QNames are not ordered
Start date:
2017-05-11
Due date:
% Done:
100%
Estimated time:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
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
Actions
Also available in: Atom PDF Tracking page