-
Notifications
You must be signed in to change notification settings - Fork 402
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
Update code to work with Saxon 11.3 #1341
Labels
status: has PR
The issue is being processed in a pull request
type: maintenance
The issue is related to a meta task (build system, dependency update, etc)
Milestone
Comments
rdeltour
added a commit
that referenced
this issue
Dec 7, 2022
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
added a commit
that referenced
this issue
Dec 7, 2022
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
added
status: has PR
The issue is being processed in a pull request
type: maintenance
The issue is related to a meta task (build system, dependency update, etc)
labels
Dec 8, 2022
rdeltour
added a commit
that referenced
this issue
Dec 9, 2022
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
Great thanks @rdeltour |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: has PR
The issue is being processed in a pull request
type: maintenance
The issue is related to a meta task (build system, dependency update, etc)
Right now EpubCheck depends on 9.8.0-8, maybe you could consider upgrading it to support Saxon 11.3.
The text was updated successfully, but these errors were encountered: