Ph Schematron banner
phax phax

Ph Schematron

Development community

Description

Java Schematron library that supports XSLT and native application

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ph-schematron

[![Sonatype Central](https://maven-badges.sml.io/sonatype-central/com.helger.schematron/ph-schematron-parent-pom/badge.svg)](https://maven-badges.sml.io/sonatype-central/com.helger.schematron/ph-schematron-parent-pom/) [![javadoc](https://javadoc.io/badge2/com.helger.schematron/ph-schematron-testfiles/javadoc.svg)](https://javadoc.io/doc/com.helger.schematron/ph-schematron-testfiles)

If this project saved you some time or made your day a little easier, a star would mean a lot — it helps others find it too.

ph-schematron is a Java library that validates XML documents via [ISO Schematron](http://www.schematron.com), [SchXslt](https://codeberg.org/SchXslt/schxslt), [SchXslt2](https://codeberg.org/SchXslt/schxslt2) or a Java "Pure XPath" implementation.

Schematron is an XML based validation language to validate XML documents.

Schematron is part of the ISO 19757 standard "Information technology — Document Schema Definition Languages (DSDL)", Part 3 "Rule-based validation — Schematron".

See **[the Wiki](https://github.com/phax/ph-schematron/wiki)** for more details.

The project is licensed under Apache 2.0 license.

Release notes are on the [News and noteworthy](https://github.com/phax/ph-schematron/wiki/News-and-noteworthy) wiki page. Migration guides between major/minor versions live on the [Migrations](https://github.com/phax/ph-schematron/wiki/Migrations) wiki page.


My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) | It is appreciated if you star the GitHub project if you like it.