Page 1 of 1

Schematron and XPath 2.0 expressions?

Posted: Tue Feb 05, 2013 7:44 pm
by matsek
Hi again,

Another question relating to Schematron. I have a Schematron schema where I need to use XPath 2.0 in the assert test expressions. In Oxygen Preferences, there is an option under Schematron allowing me to indicate whether to use XPath 1.0 or XPath 2.0. I select the latter, however, when I validate my instance documents, I get an error saying:

"E [ISO Schematron] Failed to compile stylesheet. 1 error detected."
"W [ISO Schematron] Error in expression every $n in tokenize(current(), '\s+') satisfies $n=document('subdir/data.xml')/gc:CodeList/SimpleCodeList/Row/Value[@ColumnRef='name']/SimpleValue: Unexpected token $ beyond end of expression"

If I use XProch and p:validate-with-schematron with same schema, there is no problem/error.

Thanks in advance!
Mats

Re: Schematron and XPath 2.0 expressions?

Posted: Tue Feb 05, 2013 10:31 pm
by adrian
Hello,

To make this work, you have to also specify on the schema root the attribute:
queryBinding="xslt2"

If that's not the problem, please send us the Schematron file (or a sample) to: support AT oxygenxml DOT com.

Regards,
Adrian

Re: Schematron and XPath 2.0 expressions?

Posted: Tue Feb 05, 2013 11:56 pm
by matsek
Thanks! That fixed it, and everything works!

Appreciate the speedy support!

Best regards,
Mats