Project

General

Profile

« Previous | Next » 

Revision 53218

fix in the transformation rules

View differences:

miur2db.xml
11 11
            <IMPORTED/>
12 12
            <SCRIPT>
13 13
                <TITLE>MIUR to DB</TITLE>
14
                <CODE>
14
                <CODE><![CDATA[
15 15
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
16 16
    xmlns:utils="eu.dnetlib.data.transform.xml.AbstractDNetXsltFunctions">
17 17

  
......
26 26
        />
27 27
    </xsl:variable>
28 28

  
29
    <xsl:variable name="organizationId" select="utils:md5(.//column[@name='ORGANIZATION_INVOLVED'])"/>
29
    <xsl:variable name="organizationId" select="concat($namespacePrefix,'::',utils:md5(.//column[@name='ORGANIZATION_INVOLVED']))"/>
30 30
    <xsl:template match="/">
31 31
        <record>
32 32

  
......
134 134
        </record>
135 135
    </xsl:template>
136 136
</xsl:stylesheet>
137
]]>
137 138
                </CODE>
138 139
            </SCRIPT>
139 140
        </CONFIGURATION>

Also available in: Unified diff