David Maus
David Maus
Same is true for p:viewport with XML Calabash version 1.1.30 running on Saxon version 9.9.1.5, HE edition.
The problem happend with a step that validated a sequence of record. My solution: Move the iterating/viewport out of the step.
Or maybe there is no need for this? We have ```schxslt-api:validation-stylesheet-body-top-hook``` and ```schxslt-api:validation-stylesheet-body-bottom-hook``` after all.
Clarify what ```handle-foreign``` would mean: - [ ] Copy foreign attributes and elements to the SVRL - [ ] Copy foreign attributes and elements to the validation stylesheet If it...
```skip-descendants```: - in XSLT 1.0 just don't call apply-templates at the end of the rule templates - in XSLT 2.0 use a tunnel parameter
```terminate``` only available for queryBindig = xslt3
I could define a 0th step "validate.xsl" that errors out if the schema document is not a valid Schematron schema. Maybe use a rng2sch?
Provide an import URI for the relevant stylesheets
Test if using the import URI works
This does not work for eXist: I can import e.g. the pipeline-for-svrl via its import URI but eXist (5.3.0-SNAPSHOT) cannot resolve the stylesheet imported by this XSLT. It seems that...