Schematron / schematron

Schematron "skeleton" - XSLT implementation
MIT License
93 stars 45 forks source link

problem with running XSLT2 schematron #8

Closed GoogleCodeExporter closed 7 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using a schematron schema with queryBinding="xslt2"
2.
3.

What is the expected output? What do you see instead?
I'd expect it to run, but I get:
[schematron] Fail: This implementation of ISO Schematron does not work with 
[schematron]    schemas using the "xslt2" query language.
[schematron] Processing terminated by xsl:message at line 567 in 
iso_schematron_skeleton_for_xslt1.xsl

BUILD FAILED
/home/user/workspace/dir/myScript.xml:24: The validator could not be initialised

What version of the product are you using? On what operating system?
ant-schematron-2010-04-14  on Ubuntu 10.10 using Sun Java 1.6 in Eclipse 
'Helios'

Please provide any additional information below.

Original issue reported on code.google.com by p...@themail.co.uk on 12 Dec 2010 at 3:41

rjelliffe commented 7 years ago

You cannot run an xslt2 schema using an xslt1 system.