# File lib/rexml/formatters/pretty.rb, line 100
      def write_cdata( node, output)
        output << ' ' * @level
        super
      end