Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update Saxon library to v11.4 #1448

Merged
merged 2 commits into from
Dec 9, 2022
Merged

feat: update Saxon library to v11.4 #1448

merged 2 commits into from
Dec 9, 2022

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    bda3286 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. feat: update Saxon library to v11.4

    This commit updates the Saxon-HE dependency to version 11.4.
    
    It refactors the Saxon-related code as follows:
    - update the function+registration code to the latest API changes
    - extract the Saxon schema reader factory (used by Jing) in its own class
    - the Saxon schema reader factory is made available to Jing via the SPI
      mechanism (declared in
      `META-INF/services/com.thaiopensource.validate.SchemaReaderFactory`).
      This notably allows Jing to find and use our factory for both Schematron
      and NVDL.
    - the Saxon schema reader factory no longer extends Jing's
      `NewSaxonSchemaReaderFactory`, which set the feature "XSLT_VERSION"
      to "2.0" and caused a Warning to be issued by Saxon 11.
    
    Fix #1341
    rdeltour committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e93b5ba View commit details
    Browse the repository at this point in the history