# File lib/html5/liberalxmlparser.rb, line 22
    def initialize(options = {})
      super options
      @phases[:initial] = XmlRootPhase.new(self, @tree)
    end