xsl-list
[Top] [All Lists]

[xsl] [ANN] Saxon-JS 2.2 release 11 May 2021

2021-05-11 10:37:03
Hello,

Saxonica is pleased to announce the release of Saxon-JS 2.2 for both
Node.js and the browser.

Saxon-JS is a high-performance XSLT 3.0 processor. It conforms with
the latest W3C specifications (notably XSLT 3.0 and XPath 3.1),
together with extensions designed to meet the needs of modern web
applications.

The Saxon-JS 2.2 release is a maintenance release containing bug fixes.

The most significant change in this release is that Saxon-JS running
on Node.js no longer creates a “SaxonJS” global object. This has two
consequences:

1. Saxon-JS works better in environments where the global object space
   is managed more strictly. In particular, it will work with Electron
   and tools like Webpack.

2. If your Node.js application relies on the implicit creation of the
   SaxonJS global object, you will need to make a few minor changes to
   your application.

On the browser, where the import mechanism is simply to load a script,
Saxon-JS continues to create a global “SaxonJS” object as before.

Other notable bug fixes in this release:

* The xpath-default-namespace is now honored in ixsl:* instructions.
* The -xp option on xslt3.js now supports -json to load a JSON document.
* The xslt3.js command line processor handles filenames with spaces.
* The Saxon.XPath.evaluate() function no longer fails when a function
  refers to the static context (for example, functions that
  reference the default collation).

For a more detailed summary of bug fixes, see the release notes:
https://www.saxonica.com/saxon-js/release-notes.xml

                                        Be seeing you,
                                          norm

--
Norman Tovey-Walsh <ndw(_at_)nwalsh(_dot_)com>
https://nwalsh.com/

Thanks to words, we have been able to rise above the brutes; and thanks
to words, we have often sunk to the level of the demons.--Aldous Huxley
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

Attachment: signature.asc
Description: PGP signature

<Prev in Thread] Current Thread [Next in Thread>