[lxml-dev] schema validation and resolvers

Stefan Behnel stefan_ml at behnel.de
Wed Jun 25 22:10:53 CEST 2008


Hi,

Michael Ballbach wrote:
> How does this look? (Unit tests follow the patch)
[patch stripped]

Thanks for the patch. Please send non-trivial patches as attachments, that
makes them easier to apply.

I had to fix it up a little, as I decided not to actually push the parser but
only the parser context. If we ever need to propagate more than we store in
the context, I guess we'd best augment the context class...

Also, the XInclude test case didn't work, so it didn't catch a couple of
problems with the resolver integration.

Thanks also for the test cases. Could you check if the current trunk works for
you?

Stefan


More information about the lxml-dev mailing list