# File lib/edi4r.rb, line 183
    def root= (rt)
      super( rt )
      each {|obj| obj.root = rt }
    end