Skip to content

Commit

Permalink
Fixing format with XML namespace url
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfuhrmann committed Jul 21, 2024
1 parent 6ddedbf commit ee664d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/core/oai-response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const responseTemplate = {
{
_attr:
{
xmlns: 'http://www.openarchives.org/OAI/2.0/',
'xmlns': 'http://www.openarchives.org/OAI/2.0/',
'xmlns:xsi': 'http://www.w3.org/2001/XMLSchema-instance',
'xmlns:dc': 'http://purl.org/dc/elements/1.1/',
'xsi:schemaLocation': 'http://www.openarchives.org/OAI/2.0/ ' +
Expand Down

0 comments on commit ee664d0

Please sign in to comment.