# File lib/wrongdoc/final.rb, line 99
  def process(str)
    doc = parse_xml(str)
    killkillkill!(doc)
    source_linkify!(doc)
    advertise!(doc)
    doc.to_xhtml(:indent => 0)
  end