# File lib/html5/html5parser/in_body_phase.rb, line 232
    def startTagXmp(name, attributes)
      @tree.reconstructActiveFormattingElements
      @tree.insert_element(name, attributes)
      @parser.tokenizer.content_model_flag = :CDATA
    end