Skip to content

Releases: ballsteve/xrust

Version 1.0 Functional Equivalence

24 Jul 22:14
313aafd
Compare
Choose a tag to compare

This release of χrust has achieved functional equivalence with v1.0 of XPath and XSLT. That is, all of the elements and functions in v1.0 have been implemented. Please note that χrust is not compliant with v1.0 of XPath/XSLT, since it implements the v3.0 data model.

𝛘rust-mas

13 Dec 22:33
Compare
Choose a tag to compare

This version of 𝛘rust has a much improved parser combinator, new transformation engine, and a new tree implementation that is mutable and fully navigable.

Several XSLT elements have been added: all node creation elements, as well as messages via a callback.