Project

General

Profile

« Previous | Next » 

Revision 47250

Indexing, searching and viewing the rdf type of resources

View differences:

cidoc_2_document.xslt
65 65
								<strong>Identifiers</strong>
66 66
							</td>
67 67
							<td>
68
								<xsl:for-each select="//crm:P1_is_identified_by">
68
								<xsl:for-each select="//crm:P1_is_identified_by/crm:E42_Identifier/@rdf:about">
69 69
									<xsl:value-of select="."/>
70 70
									<br/>
71 71
								</xsl:for-each>
......
76 76
								<strong>Type</strong>
77 77
							</td>
78 78
							<td>
79
								<xsl:for-each select="//*[local-name()='type']">
80
									<xsl:value-of select="."/>
79
								<xsl:for-each select="//rdf:RDF/*/rdf:type/@rdf:resource">
80
									<xsl:value-of select="substring-after(./text(),'http://www.ics.forth.gr/isl/CRMext/CRMpe.rdfs/')"/>
81 81
									<br/>
82 82
								</xsl:for-each>
83 83
							</td>

Also available in: Unified diff