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.
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)
Bumps schxslt from 1.5.2 to 1.6.1.
Release notes
Sourced from schxslt's releases.
Commits
a3994aa
Bump version to 1.6.1cd3fa33
successful-report/@location
is an AVT0550aec
Update copyright dateee416f8
Bump version to 1.6c0daa22
Remove unused variable61d1991
Allow xsl:import-schema3fb6385
Declare modes as streamable if compiler parameter is set9d1825c
Allow xsl:include and xsl:importf8677e0
Copy xsl:key element to validation stylesheet (xslt)18cfeec
Update Schematron conformanceDependabot 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)