- add citation for dc:source inside datasetxml2oai.pmh.xslt

- add ddc collection for ListSets request
- add ddc category into the header of GetReord and GetRecords requests
- npm updates
This commit is contained in:
Arno Kaimbacher 2022-12-02 12:26:25 +01:00
parent ab57fabc36
commit b1d62e14f7
10 changed files with 322 additions and 23 deletions

View file

@ -30,7 +30,7 @@
expand-text="yes"
version="3.0">
<xsl:output method="xml" encoding="iso-8859-1" indent="yes"/>
<xsl:output method="xml" encoding="utf-8" indent="yes"/>
<xsl:mode on-no-match="shallow-copy"/>
<xsl:import href="functions.xslt"/>

View file

@ -34,7 +34,7 @@
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<xsl:output method="xml" encoding="iso-8859-1" indent="yes" />
<xsl:output method="xml" encoding="utf-8" indent="yes" />
<xsl:template match="Rdr_Dataset" mode="oai_datacite">
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"