Skip to content

sanjeevgiri/ubl-schematron

This branch is 3 commits ahead of kalaspuffar/schematron-example:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 24, 2024
5c94612 · Jan 24, 2024

History

4 Commits
Feb 13, 2021
Feb 13, 2021
Feb 13, 2021
Feb 13, 2021
Feb 13, 2021
Feb 13, 2021
Jan 24, 2024

Repository files navigation

schematron-example

Small example how to use schematron.

java -jar saxon-he-10.3.jar -s:example.sch \
    -xsl:schxslt/core/src/main/resources/xslt/2.0/compile-for-svrl.xsl \ 
    -o:example.xsl
java -jar saxon-he-10.3.jar -s:example.xml \
    -xsl:example.xsl \ 
    -o:result.xml

About

Small example how to use schematron.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%