Skip navigation

Xml validation with Schematron without a hassle

Recently I’ve been looking for XML validation solution. Yes, there are many out of there. But I’ve been looking for the best one.This is what’s drawn my attention:

Document Type Definition (DTD) – XML’s built-in schema language

Pros and cons:

Not easy for interpreting by humans;
Doesn’t provide data validation, provides only structure validation;
Non-XML syntax;
Doesn’t have good support of [...]