Project

General

Profile

« Previous | Next » 

Revision 53889

fixed variable name

View differences:

modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/fwf_2_db.xml
15 15
					<![CDATA[
16 16
<xsl:stylesheet xmlns:fwf="eu.dnetlib.data.transform.xml.FWFXsltFunctions" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
17 17

  
18
	<xsl:param name="varDataSourceId"/>
18
	<xsl:param name="varDatasourceId"/>
19 19
	<xsl:variable name="namespacePrefix" select="string('fwf_________')"/>
20 20

  
21 21
	<xsl:variable name="funderID" select="concat($namespacePrefix, '::FWF')"/>
......
85 85
							<FIELD name="provenanceActionClass">sysimport:crosswalk:entityregistry</FIELD>
86 86
							<FIELD name="provenanceActionScheme">dnet:provenanceActions</FIELD>
87 87
							<FIELD name="collectedfrom">
88
								<xsl:value-of select="$varDataSourceId"/>
88
								<xsl:value-of select="$varDatasourceId"/>
89 89
							</FIELD>
90 90
							<FIELD name="lastupdate" type="date"><xsl:value-of select="current-dateTime()"/></FIELD>
91 91
						</ROW>
......
131 131
									<xsl:value-of select="string('AT')"/>
132 132
								</FIELD>
133 133
								<FIELD name="collectedfrom">
134
									<xsl:value-of select="$varDataSourceId"/>
134
									<xsl:value-of select="$varDatasourceId"/>
135 135
								</FIELD>
136 136
								<FIELD name="provenanceaction">sysimport:crosswalk:entityregistry</FIELD>
137 137

  

Also available in: Unified diff