Rexle is incorrectly parsing XML containing a comment
To reproduce this bug I am using the latest version of Rexle from the development environment.
The code declaration is as follows:
require 'requestor'
eval Requestor.read('http://rorbuilder.info/r/ruby'){|x| x.require 'rexle'}
## Expected
doc2 = Rexle.new("456")
doc2.xml
#=> "\n456"
## Actual
doc2 = Rexle.new("456")
doc2.xml
#=> "\n