If the DC mapping for the "Body" or "Title" content fields are left blank the response from both ListRecords and GetRecord is mangled. It writes the content wrapped in a tag with no name -- something like:
<> my body content here
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | oai2forcck-[586122].patch | 1.15 KB | cordmata |
Comments
Comment #1
cordmata commentedComment #2
cordmata commentedThe submitted patch modifies oai2forcck_get_field_mappings and simply checks that the value returned from the variable_get() call for the mapping is not blank. If it is blank the "body" and "title" mappings are not added to the array.
Comment #3
cordmata commentedComment #4
DnaX commentedFixed in Git repository: http://drupalcode.org/project/oai2forcck.git/commit/3262367128ffe394d2fc...
Comment #5
DnaX commented