Hi, Anoop,
> I am trying to validate a Xml Document with Schema using xerces1.3.1,
> <letterBody xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>     xsi:noNamespaceSchemaLocation="http://www.w3.org/2001/XMLSchema

You use incorrect syntax for xsi:noNamespaceSchemaLocation -- it should
only include "a URI reference as a hint as to the location of a schema
document with no targetNamespace [attribute]". See "4.3 Layer 3: Schema
Document Access and Web-interoperability".

Becides that, why do you use Xerces 1.3.1? It does not have full XML
Schema support. The latest Xerces release is 1.4.3.

Elena.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to