# File lib/xml/util/xmlcanonicalizer.rb, line 12
        def write(writer, indent=-1, transitive=false, ie_hack=false)
          indent(writer, indent)
          writer << START.sub(/\\/u, '')
          writer << @target
          writer << ' '
          writer << @content if @content != nil
          writer << STOP.sub(/\\/u, '')
        end