usgin / metadata-repository

Django application providing a user-interface for building a file and metadata management system. Operates in conjunction with https://github.com/usgin/metadata-server
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Atom Feed Problems #18

Open rclark opened 12 years ago

rclark commented 12 years ago

Nothing shows up in feed readers for individual records.

For all records, there's a Django error: XMLSyntaxError at /metadata/record.atom.xml attributes construct error, line 9, column 566

Trace to: /home/ubuntu/web/usgin_django/metadatadb/proxy/init.py in atom

  1. root = etree.fromstring(response.content)