# File lib/xtemplate/node.rb, line 58
    def to_s
      s = ""
      dump(s)
      SanitizedString.new(s)
    end