Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

datacite_sets_2_db.xslt
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3
				xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dr="http://www.driver-repository.eu/namespace/dr"
4
				xmlns:dri="http://www.driver-repository.eu/namespace/dri" xmlns:oaa="http://namespace.openaire.eu/oaa"
5
				xmlns:oaf="http://namespace.openaire.eu/oaf" xmlns:fn="http://www.w3.org/2005/xpath-functions"
6
				xmlns:dnet="eu.dnetlib.miscutils.functional.hash.Hashing"
7
				xmlns:clean="eu.dnetlib.msro.openaireplus.utils.CleaningXsltFunctions"
8
				version="1.0">
3
                xmlns:clean="eu.dnetlib.msro.openaireplus.utils.CleaningXsltFunctions"
4
                version="1.0">
9 5

  
10 6
	<xsl:param name="parentDatasourceId"/>
11 7
	<xsl:param name="namespacePrefix"/>
12 8

  
13 9
	<xsl:template match="/">
14 10

  
15
		<record xmlns:dr="http://www.driver-repository.eu/namespace/dr"
16
				xmlns:dri="http://www.driver-repository.eu/namespace/dri" xmlns:dc="http://purl.org/dc/elements/1.1/"
17
				xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oaf="http://namespace.openaire.eu/oaf"
18
				xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/">
11
		<record
12
		>
19 13

  
20 14
			<xsl:copy-of select=".//*[local-name()='header']"/>
21 15

  

Also available in: Unified diff