Project

General

Profile

« Previous | Next » 

Revision 55111

Let's also check for the elixirNode value

View differences:

xslt_cleaning_ORP-biotools.xml
268 268
									</oaf:identifier>
269 269
									-->
270 270

  
271
                <!-- Check for person emails and elixirNode if we can set the concept for ELIXIR-GR -->
271 272
                <xsl:variable name="authorMails" select="//contact/email"/>
272
                <xsl:if test="count(functx:value-intersect($authorMails, $elixirGRAuthorMails)) > 0">
273
                <xsl:if test="//elixirNode = 'Greece' or count(functx:value-intersect($authorMails, $elixirGRAuthorMails)) > 0">
273 274
                    <oaf:concept>
274 275
                        <xsl:attribute name="id" select="'elixir-gr'"/>
275 276
                    </oaf:concept>

Also available in: Unified diff