schema_reference.4: Failed to read schema document
843834Oct 9 2002 — edited Oct 11 2002Hello,
My xerces2 sax parser was working fine (within a servlet/Tomcat)
I set everything up using the standard doc, copying the xerces2 jar files into tomcat/common/lib.
Now I get
"schema_reference.4: Failed to read schema document 'C:\myRep\myschema.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>."
I know the schema is in the right place (although when I delete the schema, I still got the same message). The document is readable and yes it does not start with <:xsd (but <xs:) but it was working previously!
Thanx for any tip.
Med