Project

General

Profile

« Previous | Next » 

Revision 54082

Sorry for the previous commit: error was on a non-closed comment, not the varDataSourceId

View differences:

modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/TransformationRuleDSResources/TransformationRuleDSResourceType/funders/snsf_2_db.xml
15 15
					<![CDATA[
16 16
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
17 17

  
18
    <xsl:param name="varDatasourceId"/>
18
    <xsl:param name="varDataSourceId"/>
19 19
    <xsl:param name="namespacePrefix" select="string('snsf________')"/>
20 20
    <xsl:param name="quote">"</xsl:param>
21 21

  
......
61 61
                            <FIELD name="keywords">
62 62
                                <xsl:value-of select=".//column[@name='Discipline Name Hierarchy']"/>
63 63
                            </FIELD>
64
                            <!-- Commented jsonextrainfo because of bug in SNSF mining algorithm #2456#note-25
64
                            <!-- Commented jsonextrainfo because of bug in SNSF mining algorithm #2456#note-25  -->
65 65
                            <!--
66 66
                            <FIELD name="jsonextrainfo">
67 67
                                <xsl:value-of select="concat('{',$quot,'Discipline',$quot,':',$quot,.//column[@name='Discipline Name'],$quot,'}')"/>
......
71 71
                            <FIELD name="provenanceactionclass">sysimport:crosswalk:entityregistry</FIELD>
72 72
                            <FIELD name="provenanceactionscheme">dnet:provenanceActions</FIELD>
73 73
                            <FIELD name="collectedfrom">
74
                                <xsl:value-of select="$varDatasourceId"/>
74
                                <xsl:value-of select="$varDataSourceId"/>
75 75
                            </FIELD>
76 76
                            <!-- <FIELD name="???"><xsl:value-of select=".//AbstractNarration" /></FIELD> -->
77 77
                            <xsl:variable name="personName" select="normalize-space(.//column[@name='Responsible Applicant'])"/>
......
96 96
                                <xsl:value-of select=".//column[@name='Institution Country']"/>
97 97
                            </FIELD>
98 98
                            <FIELD name="collectedfrom">
99
                                <xsl:value-of select="$varDatasourceId"/>
99
                                <xsl:value-of select="$varDataSourceId"/>
100 100
                            </FIELD>
101 101
                            <FIELD name="provenanceaction">sysimport:crosswalk:entityregistry</FIELD>
102 102

  

Also available in: Unified diff