Sha256: 48c78e46258f5f1f284c46b6417b4690125d17dafe9973834e82fdb77893856e
Contents?: true
Size: 452 Bytes
Versions: 17
Compression:
Stored size: 452 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) @oai[:errors].each do |error| xml.error :code => error end end
Version data entries
17 entries across 17 versions & 1 rubygems