Changeset 1570 for metadata


Ignore:
Timestamp:
09/30/11 11:52:18 (13 years ago)
Author:
dietuyt
Message:

Added support in dc:identifier for urn:nbn PIDs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • metadata/trunk/toolkit/xslt/olac2cmdi.xsl

    r1390 r1570  
    217217    <xsl:template match="dc:identifier" mode="preprocess">
    218218 
    219         <xsl:if test="contains(., 'http://')">
     219        <xsl:if test="contains(., 'http://') or contains(., 'urn:nbn') or contains(., 'hdl:')">
    220220        <ResourceProxy>
    221221            <xsl:attribute name="id"><xsl:value-of select="generate-id()"/></xsl:attribute>
Note: See TracChangeset for help on using the changeset viewer.