# File lib/mechanize/pluggable_parsers.rb, line 140
  def xml=(klass)
    register_parser(CONTENT_TYPES[:xml], klass)
  end