Project

General

Profile

« Previous | Next » 

Revision 57276

Transformation rules modified to consider also funded amount and summary for the projects. Not all the rules consider both the updates (not all the funders provide both funded amount and summary for the project) ref #4965

View differences:

cordah2020_2_db.xml
103 103
							<FIELD name="optional2">
104 104
								<xsl:value-of select="./ProjectTopicDescr"/>
105 105
							</FIELD>
106
							<FIELD name="summary">
107
                                <xsl:value-of select="./ProjectAbstract"/>
108
                            </FIELD>
109
                            <FIELD name="totalcost" type="float">
110
                                <xsl:value-of select="./ProjectTotalCosts"/>
111
                            </FIELD>
112
                            <FIELD name="fundedamount" type="float">
113
                                <xsl:value-of select="/ProjectRequestedEUContrib"/>
114
                            </FIELD>
115
                            <FIELD name="currency">
116
                                <xsl:value-of select="string('EUR')"/>
117
                            </FIELD>
106 118
							<xsl:variable name="personSurname" select="normalize-space(./CoordinatorContactPerson/PersonLastName)"/>
107 119
							<xsl:variable name="personFirstName" select="normalize-space(./CoordinatorContactPerson/PersonFirstName)"/>
108 120
							<xsl:variable name="contactfullname">
......
229 241
								<FIELD name="resporganization">
230 242
									<xsl:value-of select="$organizationId"/>
231 243
								</FIELD>
244
							<FIELD name="contribution" type="float">
245
                                    <xsl:value-of select="./ParticipantRequestedEUContrib"/>
246
                                </FIELD>
232 247
								<xsl:choose>
233 248
									<xsl:when test="./ParticipantOrder = 1">
234 249
										<FIELD name="semanticclass">coordinator</FIELD>

Also available in: Unified diff