ndw / xmlcalabash1

XML Calabash, an XProc processor
http://xmlcalabash.com/
108 stars 41 forks source link

Schematron validation fails with "Processing terminated by xsl:message at line 612 in" #267

Open pmasereeuw opened 6 years ago

pmasereeuw commented 6 years ago

I am developing a pipeline that prepares a set for document for schematron validation. The Schematron validation itself fails with:

Processing terminated by xsl:message at line 612 in

Possible causes:

In Oxygen, validating the intermediate file works (and shows some deliberate errors).

Calabash version used: 1.1.16-97

A set of files to reproduce the error is attached issue-xpl-sch.tar.gz

pmasereeuw commented 6 years ago

I did some more research and found the missing error message in the source code. It appears that xslt3 is not supported (message 3a in sch-messages-en.xhtml). So this issue boils down to a feature request to support xslt3 for Calabash' Schematron implementation.

Furthermore, showing the error message would be helpful ;-)