- From: Vineet Chopra <incivinci@gmail.com>
- Date: Tue, 12 Oct 2004 16:50:41 +0400
- To: xmlschema-dev@w3.org
Hello, I am facing a problem while validating an XML document against a schema, using JDOM with XercesJ parser. Description - My code is consuming XML messages sent over HTTP Connection. I want to validate the XML messages before parsing the same. For this I have created a single Schema which defines all incoming XML messages. The resultant schema has multiple root nodes. The code validates one root node for an incoming XML mesaage but fails to validate root nodes of another XML messages. The error which I get is Error: cvc-elt.1: Cannot find the declaration of element 'Request'. at line 1, column 10 in entity null The schema does contain a definition for the tag "Request". I have cross checked it umpteen times. I shall be thankful if you throw some light on this. Vineet Chopra
Received on Tuesday, 12 October 2004 12:51:51 UTC