Page 1 of 1

Schematron Validation ... problem with Saxon EE

Posted: Sat Dec 11, 2010 9:02 pm
by pwpw
I'm trying a simple Schematron validation with Oxygen12 and get

Code: Select all

Engine name: Saxon-EE 9.2.1.2
Severity: error
Description: Saxon-EE cannot validate with schema type null
returned from my validation scenario

Any suggestions?

Cheers

Pete

Re: Schematron Validation ... problem with Saxon EE

Posted: Mon Dec 13, 2010 7:19 pm
by george
Hi Pete,

Can you please post a sample to reproduce this?
You may try also the Schematron samples from the sample project that comes with oXygen.

Please note that you should not use Saxon-EE as validation engine for Schematron, leave the <Default engine> as the Processor.

Best Regards,
George

Re: Schematron Validation ... problem with Saxon EE

Posted: Tue Dec 14, 2010 5:28 pm
by pwpw
Thanks for the help George.. using the default worked

Cheers

Pete