Re: Question about schema validation

2001-07-09 Thread Rahul Srivastava
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

Question about schema validation

2001-07-07 Thread Christians Izquierdo
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