Re: [ANN] SchXslt Schematron 1.9
Roger L Costello <[email protected]>
| Newsgroups | gmane.text.xml.devel |
|---|---|
| Message-ID | <SA9PR09MB5952F11FB94FD5347B8E09E2C8A59@SA9PR09MB5952.namprd09.prod.outlook.com> |
David Maus wrote: > I'm happy to announce the release of SchXslt > Schematron v1.9. Nice job David! I downloaded the command line interface version (schxslt-cli.jar) and then created .bat file (run.bat) to run it: ------------------------------------ @echo OFF set CLASSPATH=. set CLASSPATH=%CLASSPATH%;schxslt-cli.jar java -classpath %CLASSPATH% name.dmaus.schxslt.cli.Application -d %1.xml -s %1.sch ------------------------------------ And then I ran the .bat file: run Boston The output: [valid] Nice! /Roger _______________________________________________________________________ XML-DEV is a publicly archived, unmoderated list hosted by OASIS to support XML implementation and development. To minimize spam in the archives, you must subscribe before posting. [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/ Or unsubscribe: [email protected] subscribe: [email protected] List archive: http://lists.xml.org/archives/xml-dev/ List Guidelines: http://www.oasis-open.org/maillists/guidelines.php