Re: [libxml-devel] NULL pointer (ArgumentError) with SAXParser

2008-08-16 Thread Charlie Savage
Hi Dean, When I instantiate a Saxparser and some overridden callbacks libxml can’t successfully parse xml files with a predefined doctype. It then throws the NULL pointer error. If I remove the doctype it all works well. Any ideas someone? Do you have a test case you can submit (see the ruby

[libxml-devel] NULL pointer (ArgumentError) with SAXParser

2008-08-16 Thread Dean
Hi all, When I instantiate a Saxparser and some overridden callbacks libxml can't successfully parse xml files with a predefined doctype. It then throws the NULL pointer error. If I remove the doctype it all works well. Any ideas someone? I'm using: Ruby 1.8.6 Ruby-libxml 0.8.3 Windo