Re: expat/tests runtests.c,1.43,1.44
"Karl Waclawek" <[email protected]>
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <005a01c2c3dc$a7d23d70$9e539696@citkwaclaww2k> |
> Karl Waclawek writes: > > Now you have got me stumped. > > No error when using xmlwf, but error with my own app. > > Do *you* see the non-reporting of an error with xmlwf as well? > Yes, that is what I am saying. With xmlwf it does not report the error where it should. However, my own app *does* report an error on the same file. Now - quick thought: Didn't we just document that the startNameSpaceDeclHandler does not get called when no startElementHandler is set? And isn't addBinding (the function which checks for the error) the one that would be called to call the startNamespaceDeclHandler? Try adding a startElementHandler. Karl