-
Notifications
You must be signed in to change notification settings - Fork 9
XSLT10
Steve Ball edited this page Jul 22, 2024
·
3 revisions
We're not going to implement XPath/XSLT 1.0 in full conformance with the W3C specification, because we're actually aiming for XSLT 3.1 compliance. However, we're aiming to have an implementation that's equivalent to the v1.0 spec. That is, we're implementing all of the features of v1.0, but not the data model.
As of May 2024, these features are remaining:
- XPath abbreviated syntax (done - in may-2024 branch)
- modes (done - in may-2024 branch)
- sorting (done - in may-2024 branch)
- document() function (done - in may-2024 branch)
- Numbering: format-number() and xsl:number (done - in may-2024 branch)
- attribute sets (done - in may-2024 branch)
- Extensions (optional - don't worry about this for now)