Sha256: 4d26014cfba2bdf1005e474469ccafbf364a41534958c6e49ea7cb6c2fb756fc

Contents?: true

Size: 842 Bytes

Versions: 4

Compression:

Stored size: 842 Bytes

Contents

xml.instruct! :xml, :version=>"1.0"
xml.tag! "OAI-PMH", :xmlns => "http://www.openarchives.org/OAI/2.0/",
  "xmlns:xsi" => "http://www.w3.org/2001/XMLSchema-instance",
  "xsi:schemaLocation" => "http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd" do
  xml.responseDate Time.zone.now.utc.iso8601
  xml.request manifestations_url(format: :oai), :verb => "ListMetadataFormats"
  xml.ListMetadataFormats do
    xml.metadataFormat do
      xml.metadataPrefix "oai_dc"
      xml.schema "http://www.openarchives.org/OAI/2.0/oai_dc.xsd"
      xml.metadataNamespace "http://www.openarchives.org/OAI/2.0/oai_dc.xsd"
    end
    #xml.metadataFormat do
    #  xml.metadataPrefix "junii2"
    #  xml.schema "http://ju.nii.ac.jp/oai/junii2.xsd"
    #  xml.metadataNamespace "http://ju.nii.ac.jp/junii2"
    #end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enju_oai-0.1.0.pre17 app/views/manifestations/list_metadata_formats.oai.builder
enju_oai-0.1.0.pre16 app/views/manifestations/list_metadata_formats.oai.builder
enju_oai-0.1.0.pre15 app/views/manifestations/list_metadata_formats.oai.builder
enju_oai-0.1.0.pre14 app/views/manifestations/list_metadata_formats.oai.builder