Ignore:
Timestamp:
2008-02-27T16:56:58+13:00 (16 years ago)
Author:
davidb
Message:

attribute "datafield" was used in mapping that, on closer inspection, should be mapped as "tag". Mapping files updated and an exported collection tested with the Marc Java utility marc4j

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/etc/dc2marc.xsl

    r13342 r15016  
    191191      </xsl:when>
    192192      <xsl:otherwise>     
    193         <xsl:if test="starts-with($name,'ind') or starts-with($name,'datafield') ">
     193        <xsl:if test="starts-with($name,'ind') or starts-with($name,'tag') ">
    194194          <xsl:call-template name="addAttribute" >
    195195             <xsl:with-param name='name' select="$name"/>
Note: See TracChangeset for help on using the changeset viewer.