Validating XML with Schematron

Arif YILMAZ

I am trying to validate an XML file with Schematron, which is more complicated than XSD. I googled a lot and the best thing that came up is this Microsoft website. But that only shows how to validate with XSD with NMatrix.Schematron which is not what I need. I have the NMatrix.Schematron DLLs but I dont know how to use them. Does anyone know how to use it?

kjhughes

I recommend that you instead use Rick Jelliffe's reference implementation of ISO Schematron using pure XSLT, preferably XSLT 2.0, with an established XSLT processor such as Michael Kay's Saxon.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Schematron validating multiple elements

From Dev

Validating DocBook 5 documents against both RELAXNG and Schematron?

From Dev

Trouble validating an xml document

From Dev

Validating xml via xsd

From Dev

XML schema & xml document not validating

From Dev

XML Schema MaxOccurs and MinOccurs is not validating

From Dev

Jackson for validating xml against xsd

From Dev

Type catch while validating XML

From Dev

XML not validating in Eclipse with external DTD

From Dev

Why is my XML schema not validating?

From Dev

XML error validating .xml against .xsd file

From Dev

NullReferenceException when validating xml with .NET 4.6

From Dev

Validating single XML node against entire schema

From Java

Problem validating XML with XSD facet pattern

From Dev

eclipse not validating the struts.xml file

From Dev

SQL Server : error validating the default for a XML column

From Dev

work around for validating XML child elements

From Dev

Not all XML file creating while validating it with xsd

From Dev

Validating string value has the correct XML format

From Dev

error validating xml file against xsd

From Dev

Validating XML-Schema (xsd) error

From Dev

XML file not validating against XSD file

From Dev

xml file validating in notepad++ but not in C#

From Dev

XML attributes defined in XSD are not validating properly

From Dev

Problems validating XML with RelaxNG-schema

From Dev

validating an xml file against a local dtd

From Dev

Validating the XML with local DTD, throws error

From Dev

FailOnMissingWebXml error when validating pom.xml in Eclipse

From Dev

Reading and validating xml document with external entities using Qt

Related Related

HotTag

Archive