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