# File lib/marc/record.rb, line 183
    def to_xml
      return MARC::XMLWriter.encode(self, :include_namespace => true)
    end