Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

DatasetsFromPangaeaIngestion.xsl
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/"
3
				xmlns:dr="http://www.driver-repository.eu/namespace/dr"
4
				xmlns:oai="http://www.openarchives.org/OAI/2.0/"
5
				xmlns:datetime="http://exslt.org/dates-and-times"
6
				xmlns:dri="http://www.driver-repository.eu/namespace/dri"
7
				xmlns:md="http://www.pangaea.de/MetaData"
8
				xmlns:oaa="http://namespace.openaire.eu/oaa" xmlns:oaf="http://namespace.openaire.eu/oaf"
9
				xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:dnet="eu.dnetlib.data.transform.xml.AbstractDNetXsltFunctions"
10
				xmlns:stringUtils="org.apache.commons.lang.StringUtils"
11
				version="1.0"
12
				exclude-result-prefixes="xsl dc dnet oaa fn stringUtils datetime">
3
                xmlns:oai="http://www.openarchives.org/OAI/2.0/"
4
                xmlns:datetime="http://exslt.org/dates-and-times"
5
                xmlns:dri="http://www.driver-repository.eu/namespace/dri"
6
                xmlns:oaa="http://namespace.openaire.eu/oaa" xmlns:oaf="http://namespace.openaire.eu/oaf"
7
                xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:dnet="eu.dnetlib.data.transform.xml.AbstractDNetXsltFunctions"
8
                xmlns:stringUtils="org.apache.commons.lang.StringUtils"
9
                version="1.0"
10
                exclude-result-prefixes="xsl dc dnet oaa fn stringUtils datetime">
13 11

  
14 12
	<xsl:param name="namespacePrefix"/>
15 13
	<xsl:param name="dataSourceId"/>

Also available in: Unified diff