active-fedora 1.1.8 → 1.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +0,0 @@
1
- class OpinionatedModsDocument < Nokogiri::XML::Document
2
-
3
- include OM::XML
4
-
5
- self.schema_url = "http://www.loc.gov/standards/mods/v3/mods-3-2.xsd"
6
-
7
- # Could add support for multiple root declarations.
8
- # For now, assume that any modsCollections have already been broken up and fed in as individual mods documents
9
- # root :mods_collection, :path=>"modsCollection",
10
- # :attributes=>[],
11
- # :subelements => :mods
12
- root_property :mods, "mods", "http://www.loc.gov/mods/v3", :attributes=>["id", "version"]
13
-
14
- end