XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [ANN] SchXslt Schematron 1.9

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 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS