Project

General

Profile

1 35385 michele.ar
<?xml version="1.0" encoding="UTF-8"?>
2 48139 alessia.ba
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 35385 michele.ar
4 48139 alessia.ba
	<xsl:output indent="yes"/>
5
6 35385 michele.ar
	<xsl:template match="/">
7
		<fundings>
8 41476 claudio.at
			<fundingtree>
9
				<funder>
10 44779 alessia.ba
					<id>taraexp_____::tara</id>
11
					<shortname>TARA</shortname>
12
					<name>Tara Expeditions Foundation</name>
13
					<originalname>Fondation Tara Expéditions</originalname>
14
					<jurisdiction>FR</jurisdiction>
15 41476 claudio.at
				</funder>
16
			</fundingtree>
17 35385 michele.ar
		</fundings>
18
	</xsl:template>
19
</xsl:stylesheet>