# File lib/nokogiri/xml/builder.rb, line 348
      def << string
        @doc.fragment(string).children.each { |x| insert(x) }
      end