Subject:XSV xml schema validator Author:Ivan Pedruzzi Date:04 Feb 2003 10:52 AM
The latest XSV (version 2.2.x) plug nicely in stylus, here how to do it:
- download XSV from ftp://ftp.cogsci.ed.ac.uk/pub/XSV/XSV22.EXE
- run the installation (xsv22.exe); choose c:\xsv as destination folder
- run Stylus
- go under Tools -> Options -> Application Settings -> Custom Tools
- create a new custom tool (top right button)
- type XSV
- set "Command" to c:\xsv\xsv.exe
- set "Arguments" to ${FileName}${FileExt}
- set "Initial directory" to ${FileDir}
- set path to c:\xsv
- click on "Use Output Window"
- click OK
Now open an XML schema then click Tools -> XSV
You will see the validation result in the output window