Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

doaj_journals_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"
9
				exclude-result-prefixes="xsl dnet oaa fn  clean fn">
3
                xmlns:oaa="http://namespace.openaire.eu/oaa"
4
                xmlns:fn="http://www.w3.org/2005/xpath-functions"
5
                xmlns:dnet="eu.dnetlib.miscutils.functional.hash.Hashing"
6
                xmlns:clean="eu.dnetlib.msro.openaireplus.utils.CleaningXsltFunctions"
7
                version="1.0"
8
                exclude-result-prefixes="xsl dnet oaa fn  clean fn">
10 9

  
11 10
	<xsl:param name="parentDatasourceId"/>
12 11
	<xsl:param name="namespacePrefix"/>
13 12

  
14 13
	<xsl:template match="/">
15 14

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

  
21 18
			<xsl:copy-of select=".//*[local-name()='header']"/>
22 19
			<metadata>

Also available in: Unified diff