Re: [xml-dev] Document is invalid: no grammar found

From
Thomas B. Passin <>
To
Date
2004-03-28T23:39:48Z
ID
<>
Thread
Re: [xml-dev] Document is invalid: no grammar found
Bob Foster wrote:

> I can't recommend trying out a bunch of invalid URI specifications on 
> the theory the parser may be buggy. 
> 

Ordinarily I wouldn't either, but I have had too much sad experience 
relative to the file: scheme.  Anyway, the OP's problem is probably that 
his path is really a relative path - I think we both see that as by far 
the most likely thing.

I have seen an xml schema validator fail to validate because "file:///" 
was omitted from an absolute path for the schema location - and it 
should fail, IMHO - and another succeed with the same URI.

Cheers,

Tom P