Author: peter
Date: Sun Sep 27 13:42:06 2009
New Revision: 3553
Log:
add 'record' as a possible root element for DC XML import
Modified:
trunk/apps/qubit/modules/object/config/import/dc.yml
Modified: trunk/apps/qubit/modules/object/config/import/dc.yml
==============================================================================
--- trunk/apps/qubit/modules/object/config/import/dc.yml Sun Sep 27
13:30:39 2009 (r3552)
+++ trunk/apps/qubit/modules/object/config/import/dc.yml Sun Sep 27
13:42:06 2009 (r3553)
@@ -25,7 +25,7 @@
# filter for importing Dublin Core (dc) records
information_object:
- XPath: "/dc | /dublinCore | /metadata"
+ XPath: "/dc | /dublinCore | /metadata | /record"
Object: InformationObject
# define an axis for the parent object; if no node is matched here, the
object is rooted if possible
Parent: "ancestor::record"
@@ -104,4 +104,4 @@
rights:
XPath: "(dc:rights | rights)"
- Method: setAccessConditions
\ No newline at end of file
+ Method: setAccessConditions
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---