AlainCouthures / xsltforms

XForms to XHTML+Javascript (AJAX) conversion based on a unique XSL transformation. Suitable server-side (PHP) or client-side (Google Chrome, Edge, Internet Explorer, Mozilla FireFox, Opera, Safari) browser treatment where an XSLT 1.0 engine is available
37 stars 19 forks source link

xslt-sort.xhtml sort/@data-type corrected. #23

Open XmlNirvana opened 6 years ago

XmlNirvana commented 6 years ago

xslt-sort.xhtml - corrected the data-type attribute of the sort XSLT element. The corresponding part of the XSLT spec: https://www.w3.org/TR/1999/REC-xslt-19991116#sorting It says: <xsl:sort select = string-expression lang = { nmtoken } data-type = { "text" | "number" | qname-but-not-ncname } order = { "ascending" | "descending" } case-order = { "upper-first" | "lower-first" } />