- encoding="iso-8859-1" for all three metadata standards
This commit is contained in:
parent
df77585986
commit
ab57fabc36
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<xsl:stylesheet version="3.0"
|
||||
xmlns="http://www.openarchives.org/OAI/2.0/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user