Project

General

Profile

« Previous | Next » 

Revision 60281

textgrid: ids are not handles

View differences:

xslt_cleaning_datarepo_datacite.xml
66 66
									<xsl:if test="//oai:header/@status='deleted'">
67 67
										<xsl:call-template name="terminate"/>
68 68
									</xsl:if>
69
									<xsl:for-each select="//*[local-name() = 'resource']/*[local-name()='identifier'][@identifierType='Handle'][not(. = '123456789')]">
69
									<xsl:for-each select="//*[local-name() = 'resource']/*[local-name()='identifier'][@identifierType='Handle'][not(. = '123456789') and not(starts-with(.,'textgrid:'))]">
70 70
										<oaf:identifier>
71 71
											<xsl:attribute name="identifierType">
72 72
												<xsl:value-of select="'handle'"/>

Also available in: Unified diff