Project

General

Profile

« Previous | Next » 

Revision 34639

removed pdfs from isShownAt

View differences:

EagleToEuropeana.xml
313 313
				</xsl:call-template>
314 314

  
315 315
				<!-- edm:isShownBy -->
316
				<xsl:choose>
317
					<xsl:when test="//artifactType[1] = 'inscription'">
318
						<xsl:call-template name="fieldEmitterTemplate">
319
							<xsl:with-param name="fieldName">edm:isShownBy</xsl:with-param>
320
							<xsl:with-param name="resource" select="concat('http://node0.d.eagle.research-infrastructures.eu:8080/is/mvc/pdfs/', $DNET_ID)" />
321
						</xsl:call-template>
322
					</xsl:when>
323
					<xsl:otherwise>
324
						<xsl:if test="//hasVisualRepresentation"> 
325
							<xsl:call-template name="fieldEmitterTemplate">
326
								<xsl:with-param name="fieldName">edm:isShownBy</xsl:with-param>
327
								<xsl:with-param name="resource" select="//hasVisualRepresentation[1]/url"/> 
328
							</xsl:call-template>
329
						</xsl:if>
330
					</xsl:otherwise>
331
				</xsl:choose>
316
				<xsl:if test="//hasVisualRepresentation"> 
317
					<xsl:call-template name="fieldEmitterTemplate">
318
						<xsl:with-param name="fieldName">edm:isShownBy</xsl:with-param>
319
						<xsl:with-param name="resource" select="//hasVisualRepresentation[1]/url"/> 
320
					</xsl:call-template>
321
				</xsl:if>
332 322

  
333 323
				<!-- edm:provider -->
334 324
				<edm:provider>EAGLE</edm:provider>

Also available in: Unified diff