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: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"
7
				xmlns:oaf="http://namespace.openaire.eu/oaf"
8
				xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:dnet="eu.dnetlib.data.transform.xml.AbstractDNetXsltFunctions"
9
				xmlns:stringUtils="org.apache.commons.lang.StringUtils"
10
				version="1.0"
11
				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"
7
                xmlns:oaf="http://namespace.openaire.eu/oaf"
8
                xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:dnet="eu.dnetlib.data.transform.xml.AbstractDNetXsltFunctions"
9
                xmlns:stringUtils="org.apache.commons.lang.StringUtils"
10
                version="1.0"
11
                exclude-result-prefixes="xsl dc dnet oaa fn stringUtils datetime">
12 12

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

Also available in: Unified diff