- From: Michael Kay <mike@saxonica.com>
- Date: Tue, 6 Sep 2005 17:00:57 +0100
- To: "'Kasimier Buchcik'" <kbuchcik@4commerce.de>, "'XML-SCHEMA'" <xmlschema-dev@w3.org>
> (I would like to provide results from Saxon as well, but I
> don't know yet how to add Saxon to the schema validators
> in my Stylus Studio.)
Go to Tools/Options/Custom Validation Engines.
Click the top-right button (icon for "Add New")
Overtype the name of the engine as "Saxon-SA".
Enter:
Command: "c:\Program Files\java\jdk1.5.0\bin\java.exe" (or similar)
Arguments: com.saxonica.Validate -t ${FilePath}
Classpath: c:\saxon\saxon8sa.jar;c:\saxon\saxon8-dom.jar;c:\saxon (or
similar)
where c:\saxon contains the licence key file saxon-license.lic
Michael Kay
http://www.saxonica.com/
Received on Tuesday, 6 September 2005 16:01:50 UTC