# File news2atom, line 304
    def parse(text)
      p = SM::SimpleMarkup.new
      h = SM::ToHtml.new
      "<div xmlns=\"http://www.w3.org/1999/xhtml\">" + p.convert(text, h) + "</div>"
    end