validator crash during target reading

I am having a small(?) problem with xsv.

I went to the http://www.ltg.ed.ac.uk/~ht/xsv-status.html site and clicked
on the self-installing package link.
I did the install and did a cd c:\program files\xsv.
When I type in xsv d:\xdml\xsd\prod.xml d:\xdml\xsd\prod.xsd I get the
following output.

<?xml version='1.0'?>
<xsv crash='true' instanceAssessed='false' schemaDocs
='d:/xdml/xsd/prod.xsd' target='d:/xdml/xsd/prod.xml' version='XSV
1.203.2.45/1.106.2.22 of 2002/01/11 16:40:28' xmlns
='http://www.w3.org/2000/05/xsv'>
<bug>validator crash during target reading</bug>
<XMLMessages>
Error: scheme "d" not implemented
</XMLMessages>
</xsv>
Traceback (most recent call last):
  File "<string>", line 1339, in ?
__main__.SchemaValidationError: Traceback (most recent call last):
  File "<string>", line 871, in safeReadXML
  File "<string>", line 33, in readXML
  File "d:\work\XMLinter\nschema\LTXMLInfoset.py", line 6, in
documentFromURI
LTXMLinter.error: Can't open file


What am I doing/have I done wrong? I have no idea what scheme "d" is, nor
why it isn't implemented.

George

Received on Thursday, 4 April 2002 03:21:12 UTC