- 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:
parent
ab57fabc36
commit
b1d62e14f7
10 changed files with 322 additions and 23 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue