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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -