Markup UK 2020 Webinars
docs/
examples/
schxslt/
webinar.xpr
schxslt-api:active-pattern | instructions for when a pattern is activated |
schxslt-api:fired-rule | instructions for when a rule matches the context node |
schxslt-api:shadowed-rule | instructions for when a rule does not match the context node because the node was matched by a previous rule of the same pattern |
schxslt-api:failed-assert | instructions for when the expression in the @test attribute of an assertion evaluated to false |
schxslt-api:succesful-report | instructions for when the expression in the @test attribute of a report evaluated to true |
schxslt-api:validation-stylesheet-body-top-hook | instructions that go to the top of the validation stylesheet |
schxslt-api:validation-stylesheet-body-bottom-hook | instructions that go to the bottom of the validation stylesheet |
schxslt-api:report | create the final report |
schxslt/2.0/compile-for-svrl.xsl
examples/example-2
Create a SVRL report but without information about active patterns, fired, and shadowed rules.
examples/example-3
Use a custom report format.
start = element report {
element failed-assert {
attribute id { xs:ID }
& attribute timestamp { xs:datetime }
& empty
}*
}
examples/example-4
Annotate elements of the document instance.