Re: Can't Validate with the XMLSchemaFactory

2009-01-23 Thread alex77
e-aware parser or created using > namespace-aware methods (e.g. Document.createElementNS()). > > Michael Glavassevich > XML Parser Development > IBM Toronto Lab > E-mail: mrgla...@ca.ibm.com > E-mail: mrgla...@apache.org > > alex77 wrote on 01/23/2009 06:53:19 AM:

Can't Validate with the XMLSchemaFactory

2009-01-23 Thread alex77
Hello, I try to validate an XML document (a DOM document built in memory) using a Validator, I need the Xerces Validator for knowing the exact DOM part having error. Using Xerces 2.9.1, I can't validate my document, each time it returns me that It can't find the declaration of the Root element.