Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3
                xmlns:fn="http://www.w3.org/2005/xpath-functions" version="1.0"
4
                exclude-result-prefixes="fn">
5

    
6
	<xsl:output indent="yes"/>
7

    
8
	<xsl:template match="/">
9
		<fundings>
10
			<fundingtree>
11
				<funder>
12
					<id>mestd_______::MESTD</id>
13
					<shortname>MESTD</shortname>
14
					<name>Ministry of Education, Science and Technological Development of Republic of Serbia</name>
15
					<originalname>Ministarstvo Prosvete, Nauke i Tehnološkog Razvoja</originalname>
16
					<jurisdiction>RS</jurisdiction>
17
				</funder>
18
			</fundingtree>
19
			<fundingtree>
20
				<funder>
21
					<id>mestd_______::MESTD</id>
22
					<shortname>MESTD</shortname>
23
					<name>Ministry of Education, Science and Technological Development of Republic of Serbia</name>
24
					<originalname>Ministarstvo Prosvete, Nauke i Tehnološkog Razvoja</originalname>
25
					<jurisdiction>RS</jurisdiction>
26
				</funder>
27
				<funding_level_0>
28
					<id>
29
						<xsl:value-of select="concat('mestd_______::MESTD::', normalize-space(//column[./@name='FUNDING STREAM(S)']))"/>
30
					</id>
31
					<name>
32
						<xsl:value-of select="normalize-space(//column[./@name='FUNDING STREAM(S)'])"/>
33
					</name>
34
					<description>
35
						<xsl:value-of select="normalize-space(//column[./@name='FUNDING STREAM(S)'])"/>
36
					</description>
37
					<parent></parent>
38
					<class>mestd:fundingStream</class>
39
				</funding_level_0>
40
			</fundingtree>
41

    
42
		</fundings>
43
	</xsl:template>
44
</xsl:stylesheet>
45

    
(15-15/30)