Schematron Validation with oxygen
Posted: Tue Nov 01, 2011 8:25 am
Hi,
I am using oxygen xml editor version 10.2. I am trying to validate xml file using ISO schematron. Issue is that when I validate xml file using oxygen it validates it perfectly, however whenever I validate same file using schematron-ant task provided by schematron it gives an error while using abstract patterns.
Abstract pattern paramters are not substituted and I get error that variable is not declared.
My question is that how does oxygen performes schematron validation. Does it use same xsl files provided by iso_schematron?
iso_dsdl_include.xsl
iso_abstract_expand.xsl
iso_svrl_for_xslt2.xsl
when i apply transformation manually using some java code it is not working but when i apply validation using oxygen, it is working.
So is oxygen using some custom xsl for validating xml using iso schematron?
I am using oxygen xml editor version 10.2. I am trying to validate xml file using ISO schematron. Issue is that when I validate xml file using oxygen it validates it perfectly, however whenever I validate same file using schematron-ant task provided by schematron it gives an error while using abstract patterns.
Abstract pattern paramters are not substituted and I get error that variable is not declared.
My question is that how does oxygen performes schematron validation. Does it use same xsl files provided by iso_schematron?
iso_dsdl_include.xsl
iso_abstract_expand.xsl
iso_svrl_for_xslt2.xsl
when i apply transformation manually using some java code it is not working but when i apply validation using oxygen, it is working.
So is oxygen using some custom xsl for validating xml using iso schematron?