> - any "dc.type.*" values appear to be being (incorrectly) concatenated into a single, > semi-colon separated string before reaching the uketd_dc.xsl crosswalk Just to confirm that, following further investigation, this is not actually an issue but was due to "bad data" in my repository. It turns out that in "ye olden days" before our EThOS integration, we used to keep the Publication Type, Qualification Type, and Qualification Level in dc.type as a single, concatenated string, but, for thesis records added after the integration, these were separated out into the appropriate dc.type, dc.type.qualificationname, and dc.type.qualificationlevel attributes as specified in the EThOS profile. So, I was expecting to see these three separate attributes in the OAI-PMH metadata, but, of course, the first records returned are our oldest, where all this data is in the single field - if I page through a few records, I come to those where this info is held in separate attributes in DSpace, and these 3 attributes do, correctly, appear in the OAI-PMH mapped to their corresponding uketd_dc terms :-) Apologies for the confusion (which was mostly mine)! Mike P.S. I'm now at the testing stage wrt producing uketd_dc OAI-PMH data so will hopefully be able to post the revised xoai.xml and uketd_dc.xsl files in the near future
|