Project

General

Profile

« Previous | Next » 

Revision 48940

implements #2385#note-66: FWF projects whose status is canceled must be skipped.

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/workflows/repo-hi/xslt/fwf_2_db.xsl
32 32
	<xsl:variable name="organizationId" select="concat($namespacePrefix,fwf:getMd5(.//column[@name='research place and institute']))"/>
33 33
	<xsl:template match="/">
34 34
		<xsl:if test="string-length($projectTitle) &gt; 0 and
35
                      string-length($projectID) &gt; 0">
35
                      string-length($projectID) &gt; 0 and
36
                      //column[@name='status'] != 'canceled'">
36 37
			<record>
37 38

  
38 39
				<xsl:copy-of select=".//*[local-name()='header']"/>

Also available in: Unified diff