Questions tagged [svrl]

Schematron Verification Report Language

SVRL (Schematron Verification Report Language) is a simple report language defined as part of ISO Schematron. It provides a fairly full set of information from validating a document, and can be used as the basis of subsequent transformations.

2 questions
1
vote
2 answers

How to get an XPath expression for a Schematron rule context in SVRL?

Using ISO Schematron (with XSLT1), how can the XPath for the matched context of a rule be obtained in the validation report?1 It obviously makes no sense to try and get the XPath for each assertion test, but a means to re-find the applied context…
user166390
0
votes
1 answer

How to see xpath location of error when doing XSD or RelaxNG validation?

We're generating HTML preview of an XML schema (EAD 2002) and want to embed validation errors as hovers/tooltips in the respective HTML location. We've done it for some custom Schematron rules (which output SVRL that includes the xpath location of…
Vladimir Alexiev
  • 2,477
  • 1
  • 20
  • 31