Project

General

Profile

Bug #9061 » rexml-ultralightparser.patch

ohai (Ippei Obayashi), 10/30/2013 11:33 PM

View differences:

lib/rexml/parsers/ultralightparser.rb
break
when :end_doctype
context = context[1]
when :start_element, :doctype
when :start_element, :start_doctype
context << event
event[1,0] = [context]
context = event
(2-2/2)