Daniel Veillard wrote:
The attached patch implements an addLocalCatalog() method for the pythonOkay, I applied the patch,
Thanks!
The best is to provide a small self-contained test example like python/tests/resolver.py which uses and test the new API.
OK, thanks. I'll take a look.
Would it be worth wrapping xmlCatalogLocalResolve() and xmlCatalogLocalResolveURI() as well?Hum, those are rather internal APIs, I don't see how they could be useful to an user layer.
I guess not. Although perhaps they could be useful if you were writing your own entity resolver in python??
--Brent