David Maus
David Maus
From the [specs](http://www.w3.org/TR/xproc/#c.hash): "The value of the match option must be an XSLTMatchPattern. ... If the expression matches any other kind of node, the entire node (and not just its...
Using the following Schematron: ``` ``` And the following document: ``` Text content ``` I expect the assertion to fail. But instead I get the following: ``` ``` This was...
Using the following Schematron: ``` ``` And the following document: ``` Text content ``` I expect the second rule not to fire. But it does: ``` ``` This was discovered...
XSLT 3 has fn:transform() that can transform the schema and the apply the validation stylesheet to the document.
It should be possible for a user to provide parameters to the compiler and the validation stylesheet
When a Schematron A with the default language of a includes an external Schematron definition from a document with a default language b, the inclusion step overrides the default language...
Consider the following schema: ``` ``` When run with schxslt-cli the report contains a copy of the schema document in the svrl:property-reference. One would expect that the xsl:copy-of is executed...
Does not signal an error if a rule extends an abstract rule that is defined in a different pattern
> 5.4.13 rule element ... An abstract rule is a list of assertions that will be invoked by other rules belonging to the same pattern.
According to ISO Schematron 2016, 3.26 variables are coped within the parent schema, phase, pattern or rule. But pattern variables are implemented as global XSLT variables so that they can...
According to ISO Schematron 2016, 3.26 variables are coped within the parent schema, phase, pattern or rule. But phase variables are implemented as global XSLT variables so that they can...