From: Mage Date: 2006-03-17T22:20:01+09:00 Subject: libxml: handling parse errors Hello, I found the libxml API very nice, so I started using it. When I try to open a non-well-formed xml, two things happen: - errors are displayed on screen (stderr) - exception raises Well, I would like to catch the error messages instead of displaying them. After reading the documentation, all my ideas faded away (except hacking stderr which is not I want to do). Could you help please? Mage