- encoding="iso-8859-1" for all three metadata standards
This commit is contained in:
parent
df77585986
commit
ab57fabc36
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
expand-text="yes"
|
||||
version="3.0">
|
||||
|
||||
<xsl:output method="xml" encoding="utf-8" indent="yes"/>
|
||||
<xsl:output method="xml" encoding="iso-8859-1" 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" indent="yes" />
|
||||
<xsl:output method="xml" encoding="iso-8859-1" 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