Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phax/ph-schematron
Java Schematron library that supports XSLT and native application
https://github.com/phax/ph-schematron
ant-task iso-schematron java ph-schematron schematron schematron-files source-schematron xml-files xslt xslt-files
Last synced: 20 days ago
JSON representation
Java Schematron library that supports XSLT and native application
- Host: GitHub
- URL: https://github.com/phax/ph-schematron
- Owner: phax
- License: apache-2.0
- Created: 2014-08-26T16:03:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T08:25:43.000Z (about 1 month ago)
- Last Synced: 2024-10-09T20:46:29.235Z (about 1 month ago)
- Topics: ant-task, iso-schematron, java, ph-schematron, schematron, schematron-files, source-schematron, xml-files, xslt, xslt-files
- Language: Java
- Size: 26.1 MB
- Stars: 113
- Watchers: 11
- Forks: 36
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ph-schematron
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.helger.schematron/ph-schematron-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.helger.schematron/ph-schematron-api)
[![javadoc](https://javadoc.io/badge2/com.helger.schematron/ph-schematron-api/javadoc.svg)](https://javadoc.io/doc/com.helger.schematron/ph-schematron-api)
[![CodeCov](https://codecov.io/gh/phax/ph-schematron/branch/master/graph/badge.svg)](https://codecov.io/gh/phax/ph-schematron)ph-schematron is a Java library that validates XML documents via [ISO Schematron](http://www.schematron.com), [SchXslt](https://github.com/schxslt/schxslt) or a Java "pure" 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.
---
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.