DEV Community

Cover image for Validation using schematron in java by example
Daniel Persson
Daniel Persson

Posted on

Validation using schematron in java by example

We write a simple example in java to run a validation using Schematron. The framework Schematron is a way to do easy validation of XML documents and create output that is easily readable by someone working with these documents.

Top comments (0)