Project

General

Profile

« Previous | Next » 

Revision 49382

Inspector issues on minimal metadata: crm:P3_has_note has text.
(https://support.d4science.org/issues/9882)

View differences:

cidoc_2_document.xslt
125 125
		<xsl:call-template name="printProperty">
126 126
			<xsl:with-param name="propertyName">P3_has_note</xsl:with-param>
127 127
			<xsl:with-param name="propertyValue">
128
				<xsl:value-of select="./crm:P3_has_note"/>
128
				<xsl:value-of select="./crm:P3_has_note/text()"/>
129 129
			</xsl:with-param>
130 130
		</xsl:call-template>
131 131
	</xsl:template>
......
526 526
				<xsl:call-template name="printProperty">
527 527
					<xsl:with-param name="propertyName">P3_has_note</xsl:with-param>
528 528
					<xsl:with-param name="propertyValue">
529
						<xsl:value-of select="./crm:P3_has_note/@rdf:resource"/>
529
						<xsl:value-of select="./crm:P3_has_note/text()"/>
530 530
					</xsl:with-param>
531 531
				</xsl:call-template>
532 532
				<br/>
......
647 647
		<xsl:call-template name="printProperty">
648 648
			<xsl:with-param name="propertyName">P3_has_note</xsl:with-param>
649 649
			<xsl:with-param name="propertyValue">
650
				<xsl:value-of select="./crm:P3_has_note/@rdf:resource"/>
650
				<xsl:value-of select="./crm:P3_has_note/text()"/>
651 651
			</xsl:with-param>
652 652
		</xsl:call-template>
653 653
		<br/>
......
812 812
				<xsl:call-template name="printProperty">
813 813
					<xsl:with-param name="propertyName">P3_has_note</xsl:with-param>
814 814
					<xsl:with-param name="propertyValue">
815
						<xsl:value-of select="./crm:P3_has_note/@rdf:resource"/>
815
						<xsl:value-of select="./crm:P3_has_note/text()"/>
816 816
					</xsl:with-param>
817 817
				</xsl:call-template>
818 818
				<br/>

Also available in: Unified diff