# File lib/xtemplate/xml.rb, line 42
    def push_content(*str)
      @root.add_child(SanitizedString[*str])
    end