Re: In memory DOMDocument validation error

2007-05-20 Thread Vladutz Cananau
Nevermind. I forgot to: -- parser->setErrorHandler(&errorHandler); -- Sorry for spamming the lists. Vlad Vladutz Cananau <[EMAIL PROTECTED]> wrote: Hello. I am trying to validate a DOMDocument against a schema using an MemBufInputSource. If the document is valid, the method ret

In memory DOMDocument validation error

2007-05-20 Thread Vladutz Cananau
Hello. I am trying to validate a DOMDocument against a schema using an MemBufInputSource. If the document is valid, the method returns true, as expected. If it is invalid, it exits unexpectedly at the line I added the comment. My code is presented below these remarks: * [serializer] is a va