Re: Can't Validate with the XMLSchemaFactory

2009-01-23 Thread alex77
Thank you Michael, Indeed I had to set the namespace aware even for a document without namespace. Best regards, A.Brillant Michael Glavassevich-3 wrote: > > XML schema validation requires namespace support. Check that the DOM > you're > passing in was created by a namespace-aware parser or cr

Re: Can't Validate with the XMLSchemaFactory

2009-01-23 Thread Michael Glavassevich
XML schema validation requires namespace support. Check that the DOM you're passing in was created by a namespace-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: