Re: [libxml-devel] SAX error handling

2008-11-16 Thread Charlie Savage
Hey Eric, Is there a way to get a nice useful error like you get with XML::Parser but with XML::SaxParser? The whole on_parser_error() thing is almost totally useless for identifying where the problem is. I need to find the spot the error is, and cache that tag for later. The next version of t

[libxml-devel] SAX error handling

2008-09-30 Thread Eric Will
Is there a way to get a nice useful error like you get with XML::Parser but with XML::SaxParser? The whole on_parser_error() thing is almost totally useless for identifying where the problem is. I need to find the spot the error is, and cache that tag for later. Thanks Eric Will // rakaur ___