RE: Chameleon includes with no targetNamespace imports

> (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