I was writing some code where I parse some files with libxml and some with
XMLParser. After some effort, I finally realized that there is in
incompatibility with the two libraries:
require 'xmlparser'
xml_string = ""
XMLParser.new.parse(xml_string)
---# -> No errors
require 'xmlparser'
requ
libxml is entirely defined within the XML module. First, I hope you
asked this same question to the developers of xmlparser. Second, if
you want help you are going to have to get your hands a bit dirtier
and provide some useful information about the state of module
definitions as well as a