Project

General

Profile

« Previous | Next » 

Revision 49479

Adopting the change of licence field to accessright, related to #3128

View differences:

result.xsl
247 247
		</field>
248 248
	</xsl:for-each>
249 249

  
250
    <xsl:for-each select="./bestlicense">
251
        <field name="bestlicense" indexId="resultbestlicense" multiplicity="false" label="Best License">
250
    <xsl:for-each select="./bestaccessright">
251
        <field name="bestaccessright" indexId="resultbestaccessright" multiplicity="false" label="Best License">
252 252
            <xsl:attribute name="value">
253 253
                <xsl:value-of select="@classid" />
254 254
            </xsl:attribute>
......
690 690
			<field name = "hostedbyname" indexId = "resulthostingdatasourcename" multiplicity="false">
691 691
				<xsl:attribute name = "value"> <xsl:value-of select="./hostedby/@name"/> </xsl:attribute>
692 692
			</field>
693
			<xsl:for-each select="./licence">
694
				<field name = "licenceid" indexId = "" multiplicity = "true">
693
			<xsl:for-each select="./accessright">
694
				<field name = "accessrightid" indexId = "" multiplicity = "true">
695 695
					<xsl:attribute name = "value"> <xsl:value-of select="./@classid"/> </xsl:attribute>
696 696
				</field>
697
				<field name = "licencename" indexId = "resultrights" multiplicity = "true">
697
				<field name = "accessrightname" indexId = "resultrights" multiplicity = "true">
698 698
					<xsl:attribute name = "value"> <xsl:value-of select="./@classname"/> </xsl:attribute>
699 699
				</field>
700 700
			</xsl:for-each>

Also available in: Unified diff