Backport #7764
closedREXML -- Malformed comment
Description
I'm getting the following trying to parse the attached xml:
C:/dev/tools/ruby193/lib/ruby/1.9.1/rexml/parsers/treeparser.rb:95:in `rescue in parse': #<REXML::ParseException: Malformed comment (REXML::ParseException)
Line: 181
Position: 7663
Last 80 unconsumed characters:
C:/dev/tools/ruby193/lib/ruby/1.9.1/rexml/parsers/baseparser.rb:346:in pull_event' C:/dev/tools/ruby193/lib/ruby/1.9.1/rexml/parsers/baseparser.rb:183:in
pull'
C:/dev/tools/ruby193/lib/ruby/1.9.1/rexml/parsers/treeparser.rb:22:in parse' C:/dev/tools/ruby193/lib/ruby/1.9.1/rexml/document.rb:231:in
build'
C:/dev/tools/ruby193/lib/ruby/1.9.1/rexml/document.rb:43:in initialize' install.rb:74:in
new'
install.rb:74:in `'
...
Malformed comment
Line: 181
Position: 7663
Last 80 unconsumed characters:
Line: 181
Position: 7663
Last 80 unconsumed characters:
from C:/dev/tools/ruby193/lib/ruby/1.9.1/rexml/parsers/treeparser.rb:20:in parse' from C:/dev/tools/ruby193/lib/ruby/1.9.1/rexml/document.rb:231:in
build'
from C:/dev/tools/ruby193/lib/ruby/1.9.1/rexml/document.rb:43:in initialize' from install.rb:74:in
new'
from install.rb:74:in `'
Line 74 of install.rb is:
doc = REXML::Document.new(File.new('settings.xml'))
Files