xml schematron validation on c# .net platform -
i have implement schematron validation xml(xbrl) files.i have searched , tried libraries such nmatrix , saxon based on msdn.
http://msdn.microsoft.com/en-us/library/aa468554.aspx
-nmatrix schematron validation not validate xml mean not giving exception. -saxon free edition not validate xml through sch files.
my question how can implement xml validation based on schematron rules. have open advices other languages java,php.
thanks help.
there xslt stylesheets can use validate xml documents against schematron schema. use them xsltransform class , @ resulting document.
the official stylesheet version 1.5 can found here
you can take probatron have never used it, website states it's .net validator schematron.
Comments
Post a Comment