# File lib/xtemplate/xml.rb, line 154
    def on_comment(str)
      push_content("<!--#{str}-->")
    end