Skip to content

XSLWeb release v3.0.0

Compare
Choose a tag to compare
@maartenkroon maartenkroon released this 08 Feb 22:36
· 226 commits to master since this release

New functionalities:

  • XQuery 3.1 pipeline step
  • STX (Streaming Transformations for XML) pipeline step. Can for example be used to selectively read and transform data from very large XML files.
  • Asynchronous HTTP requests
  • Multiple performance improvements (most important is that RequestSerializer now serializes directly to Saxon's TinyTree format).
  • Upgrade of multiple 3rd party library versions; i.a. Saxon 9.8 (latest and greatest) en Apache FOP 2.2
  • Several bug fixes