Skip to content

sanjeevgiri/ubl-schematron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%