Project

General

Profile

1 60433 miriam.bag
<?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:variable name="namespacePrefix" select="string('gsri________')"/>
7
    <xsl:variable name="funderID" select="concat($namespacePrefix, '::GSRI')"/>
8
9
    <xsl:template match="/">
10
        <fundingtree>
11
            <funder>
12
                <id>
13
                    <xsl:value-of select="$funderID"/>
14
                </id>
15
                <shortname>GSRI</shortname>
16
                <name>General Secretariat of Research and Innovation (GSRI)</name>
17
                <originalname>General Secretariat of Research and Innovation</originalname>
18
                <jurisdiction>GR</jurisdiction>
19
            </funder>
20
21
        </fundingtree>
22
23
    </xsl:template>
24
25
</xsl:stylesheet>