Project

General

Profile

« Previous | Next » 

Revision 48139

integrated (hopefully) all required changes from dnet40

View differences:

corda_h2020_contexts.xsl
7 7
	<xsl:template match="/">
8 8
		<fundingtree>
9 9
			<funder>
10
				<id><xsl:value-of select="$funderID"/></id>
10
				<id>
11
					<xsl:value-of select="$funderID"/>
12
				</id>
11 13
				<shortname>EC</shortname>
12 14
				<name>European Commission</name>
13 15
				<jurisdiction>EU</jurisdiction>
14 16
			</funder>
15 17
			<funding_level_0>
16
				<id><xsl:value-of select="concat($funderID, '::H2020')"/></id>
18
				<id>
19
					<xsl:value-of select="concat($funderID, '::H2020')"/>
20
				</id>
17 21
				<name>H2020</name>
18 22
				<description>Horizon 2020 Framework Programme</description>
19 23
				<parent/>

Also available in: Unified diff