You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sch:schemaxmlns:sch="http://purl.oclc.org/dsdl/schematron"queryBinding="xslt2">
<sch:pattern>
<sch:rulecontext="@foo">
<sch:asserttest="false()">There should be no foo attribute.</sch:assert>
</sch:rule>
</sch:pattern>
</sch:schema>
The XSLT from the schema is compiled with iso_svrl_for_xslt2.xsl.
The compiled schematron XSLT does not fire for the attribute @foo. Attributes in general (given as context) seem not to work.
The schematron implementation in @oxygenxml provides the expected error.
This may be related to #29.
Source Document
Schematron Schema
The XSLT from the schema is compiled with
iso_svrl_for_xslt2.xsl.The compiled schematron XSLT does not fire for the attribute
@foo. Attributes in general (given as context) seem not to work.The schematron implementation in @oxygenxml provides the expected error.
Is this a bug in the skeleton implementation?