Dec. 6, 2006
10:18 p.m.
Hi Albert, Albert Brandl wrote:
If you try to write the document to a file without write access, lxml silently ignores the fact that the file can't be written:
.>>> et.write("notwritable.xml") .>>>
True, thanks for the report. Opening the file is done by libxml2 in this case and we did not handle the case where it failed to do so. Fixed on the trunk. Stefan