To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: Question about schema validation
> Date: Sat, 7 Jul 2001 10:58:24 -0600
>
> Hi,
>
> I've not been able to validate an XML document against its schema using
> Xerces 1.4.0. The
Hi,
I've not been able to validate an XML document against its schema using
Xerces 1.4.0. The code I'm using is:
// Create a validating DOM Parser.
DOMParser parser = new DOMParser();
parser.setFeature("http://apache.org/xml/features/dom/defer-node-expansion";
, true );
parser