Project

General

Profile

« Previous | Next » 

Revision 57641

fixed XPath to get value for fundedamount (miss . in path)

View differences:

cordah2020_2_db.xml
113 113
                                <xsl:value-of select="./ProjectTotalCosts"/>
114 114
                            </FIELD>
115 115
                            <FIELD name="fundedamount" type="float">
116
                                <xsl:value-of select="/ProjectRequestedEUContrib"/>
116
                                <xsl:value-of select="./ProjectRequestedEUContrib"/>
117 117
                            </FIELD>
118 118
                            <FIELD name="currency">
119 119
                                <xsl:value-of select="string('EUR')"/>

Also available in: Unified diff