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
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:
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.