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
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