# File lib/edi4r/rexml.rb, line 73
    def to_xml_trailer( xparent )
      if @trailer
        xparent << (xel = REXML::Element.new( 'Trailer' ))
        @trailer.to_xml( xel )
        return xel
      end
      nil
    end