Project

General

Profile

« Previous | Next » 

Revision 41531

mapping contributors as attributes of the result entity

View differences:

odf2hbase.xml
72 72
						                <xsl:variable name="version" select="//*[local-name() = 'version']"/>
73 73
						                <xsl:variable name="language" select="//oaf:language"/>
74 74
						                <xsl:variable name="cobjcategory" select="//dr:CobjCategory"/>
75
						                <xsl:variable name="contributor" select="//*[local-name() = 'contributor']/*[local-name() = 'contributorName']"/>
75 76

  
76 77
						                <xsl:variable name="instanceURI">
77 78
							                <xsl:choose>
......
100 101

  
101 102
						                <xsl:variable name="result"
102 103
						                              select="dnet:odfResult($resultId, $about, $metadata, $titles, $subjects, $publisher, $descriptions,
103
	                                            $dates, $dateaccepted, $resourceType, $formats, $sizes, $language, $cobjcategory, $rights,
104
	                                            $dates, $dateaccepted, $resourceType, $formats, $sizes, $language, $cobjcategory, $contributor, $rights,
104 105
	                                            $version, $pids, $provenance, $trust, $hostedbyid, $hostedbyname, $collectedfromid,
105 106
	                                            $collectedfromname, $originalids, $instanceURI, $dateOfCollection, $dateoftransformation)"/>
106 107

  

Also available in: Unified diff