Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3
                version="1.0"
4
                exclude-result-prefixes="fn">
5
<!--
6
    <xsl:variable name="namespacePrefix" select="string('gsrt________')"/>
7
    <xsl:variable name="funderID" select="concat($namespacePrefix, '::GSRT')"/>-->
8

    
9
    <xsl:template match="/">
10
        <fundingtree>
11
            <funder>
12
                <id>gsrt________::GSRT</id>
13
                   <!-- <xsl:value-of select="$funderID"/>-->
14

    
15
                <!--</id>-->
16
                <shortname>GSRT</shortname>
17
                <name>General Secretariat of Research and Technology (GSRT)</name>
18
                <originalname>General Secretariat of Research and Technology</originalname>
19
                <jurisdiction>GR</jurisdiction>
20
            </funder>
21

    
22
        </fundingtree>
23

    
24
    </xsl:template>
25

    
26
</xsl:stylesheet>
(13-13/30)