Project

General

Profile

« Previous | Next » 

Revision 53326

catch values inside instances in collectedfrom fields

View differences:

modules/dnet-openaireplus-profiles/trunk/src/main/resources/eu/dnetlib/test/profiles/MDFormatDSResources/MDFormatDSResourceType/2-8b9503d9-8a86-4330-93ef-7e0cd9bc87c2.xml
306 306
		                <FIELD name="dateofcollection" value="//header/*[local-name()='dateOfCollection']" type="pdate" stat="false" result="false"
307 307
		                       indexable="true" multivalued="false"/>
308 308

  
309
		                <FIELD name="collectedfrom" xpath="//*[local-name()='entity']/*/*[local-name()='collectedfrom']"
309
		                <FIELD name="collectedfrom" xpath="//*[local-name()='entity']/*//*[local-name()='collectedfrom']"
310 310
		                       value="dnet:join(./@id, '||', ./@name)" tokenizable="false" stat="false" result="false" indexable="true" />
311 311

  
312
		                <FIELD name="collectedfromdatasourceid" xpath="//*[local-name()='entity']/*/*[local-name()='collectedfrom']/@id" tokenizable="false"
312
		                <FIELD name="collectedfromdatasourceid" xpath="//*[local-name()='entity']/*//*[local-name()='collectedfrom']/@id" tokenizable="false"
313 313
		                       indexable="true" result="false" stat="false"/>
314
		                <FIELD name="collectedfromname" xpath="//*[local-name()='entity']/*/*[local-name()='collectedfrom']/@name" tokenizable="false"
314
		                <FIELD name="collectedfromname" xpath="//*[local-name()='entity']/*//*[local-name()='collectedfrom']/@name" tokenizable="false"
315 315
		                       indexable="true" result="false" stat="false"/>
316 316

  
317 317
		                <FIELD name="pid" xpath="//*[local-name()='entity']/*[local-name()='result']/pid/text()" type="string_ci" tokenizable="false" stat="false" result="false" indexable="true"/>

Also available in: Unified diff