Re: [xml-dev] What am I overlooking...?

From
Richard Tobin <>
To
Date
2002-02-03T23:04:51Z
ID
<>
Thread
Re: [xml-dev] What am I overlooking...?
>version='XSV 1.173/1.80 of 2000/10/18 15:54:58'

That's incredibly ancient - from before the Schema spec was published.
It's probably not recognizing the schemaLocation at all because it's
not in the namespace it expects (one corresponding to the then-current
draft of the spec).

Get the current version from http://www.cogsci.ed.ac.uk/~ht/xsv-status.html
or use the web interface at http://www.w3.org/2001/03/webdata/xsv.

-- Richard