schxslt / schxslt-java

Java classes for Schematron validation with SchXslt
MIT License
7 stars 4 forks source link

Bump schxslt from 1.5.2 to 1.6.1 #56

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps schxslt from 1.5.2 to 1.6.1.

Release notes

Sourced from schxslt's releases.

v1.6.1

This maintenance release fixes a bug that caused the @‍location attribute of a svrl:successful-report element to contain the call to the location function instead of the path to the node location.

v1.6

This version of SchXslt comes with the following enhancements.

(Issue #152, #154, #156) SchXslt allows the following additional elements from the XSLT namespace to be used before the pattern elements:

  • xsl:import
  • xsl:import-schema
  • xsl:include
  • xsl:accumulator

(Issue #146) This version of SchXslt adds tentative support for streaming validation templates. If the xs:boolean option 'schxslt.compile.streamable' is set to true, all modes used by the validation stylesheet are marked as streamable.

Please be aware that the default location function cannot be used in a streaming template and must be replaced with a user-defined function that can.

(Issue #149) The target XSLT version is available to API templates as the tunnel parameter 'xslt-version'.

(Issue #147) The default location function uses the built-in fn:path() function if the query language is XSLT 3.0 and no user-defined location function is provided.

(Issue #144) Suppressed (shadowed) rules are no longer reported via a xsl:message.

Bugs

(Issue #151) Fixed a bug that caused the report to use the URI of the Schematron instead of the validated document.

(Issue #155) The XSLT 1.0 compiler did not copy xsl:key elements to the validation stylesheet.

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #57.