Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3

    
4
    <xsl:output indent="yes"/>
5

    
6
    <xsl:template match="/">
7
        <fundings>
8
            <fundingtree>
9
                <funder>
10
                    <id>anr_________::ANR</id>
11
                    <shortname>ANR</shortname>
12
                    <name>French National Research Agency (ANR)</name>
13
                    <originalname>Agence Nationale de la Recherche</originalname>
14
                    <jurisdiction>FR</jurisdiction>
15
                </funder>
16
            </fundingtree>
17
        </fundings>
18
    </xsl:template>
19
</xsl:stylesheet>
(2-2/33)