i have to implement schematron validation for my xml(xbrl) files.i have searched and tried some libraries such as NMatrix and Saxon based on msdn.
http://msdn.microsoft.com/en-us/library/aa468554.aspx
-NMatrix schematron validation not validate my xml i mean it is not giving any exception. -Saxon free edition is not validate xml through sch files.
My question is how can i implement xml validation based on schematron rules. I have also open advices for other languages java,php.
Thanks for your help.