# File lib/dm-serializer/xml_serializers/libxml.rb, line 28
        def self.add_xml(parent, xml)
          parent << xml.root.copy(true)
        end