Project

General

Profile

« Previous | Next » 

Revision 49031

updated mapping for datasets

View differences:

odf2hbase.xml
56 56
            <xsl:if test="string-length($resultId) &gt; 0">
57 57
                <xsl:variable name="originalids"
58 58
                              select="//*[local-name() = 'resource']/*[local-name()='identifier'] | //*[local-name() = 'resource']//*[local-name()='alternateIdentifier']"/>
59
	            <xsl:variable name="creators" select="//*[local-name() = 'creator']/*[local-name() = 'creatorName']"/>
59 60
                <xsl:variable name="titles" select="//*[local-name() = 'title']"/>
60 61
                <xsl:variable name="subjects" select="//*[local-name() = 'subject']"/>
61 62
                <xsl:variable name="publisher" select="//*[local-name() = 'publisher']"/>
......
99 100
                              select="//*[local-name() = 'resource']//*[local-name()='identifier'or local-name()='alternateIdentifier']"/>
100 101

  
101 102
                <xsl:variable name="result"
102
                              select="dnet:odfResult($resultId, $about, $metadata, $titles, $subjects, $publisher, $descriptions,
103
                              select="dnet:odfResult($resultId, $about, $metadata, $titles, $creators, $subjects, $publisher, $descriptions,
103 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)"/>

Also available in: Unified diff