We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad25b6 commit a86db36Copy full SHA for a86db36
lib/oai/provider/response.rb
@@ -49,7 +49,7 @@ def header
49
'xmlns' => "http://www.openarchives.org/OAI/2.0/",
50
'xmlns:xsi' => "http://www.w3.org/2001/XMLSchema-instance",
51
'xsi:schemaLocation' => %{http://www.openarchives.org/OAI/2.0/
52
- http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd}
+ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd}.gsub(/\s+/, ' ')
53
}
54
end
55
def extract_identifier(id)
0 commit comments