Project

General

Profile

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

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

    
8
	<xsl:template match="/">
9
		<fundings>
10
			<fundingtree>
11
				<funder>
12
					<id>nwo_________::NWO</id>
13
					<shortname>NWO</shortname>
14
					<name>Netherlands Organisation for Scientific Research (NWO)</name>
15
					<jurisdiction>NL</jurisdiction>
16
				</funder>
17
			</fundingtree>
18
		</fundings>
19
	</xsl:template>
20
</xsl:stylesheet>
21

    
(22-22/33)