# File temp/cdata.rb, line 61
                def write( output=$stdout, indent=-1, transitive=false, ie_hack=false )
      #indent( output, indent ) unless transitive
                        output << START
                        output << @string
                        output << STOP
                end