[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] Catching error messages in schematron
- From: Stefan Behnel <stefan_ml behnel de>
- To: xml gnome org
- Subject: [xml] Catching error messages in schematron
- Date: Thu, 19 Jul 2007 20:03:24 +0200
Hi,
currently (as of libxml2 2.6.29), the schematron implementation writes
validation error messages to stderr with a plain fprintf in
xmlSchematronReportOutput (happily annotated with a "TODO").
However, to make schematron usable in lxml, I need a way to propagate these
errors to the Python level. I would therefore like to see them passed into
__xmlRaiseError().
Stefan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]