Skip to content

Commit

Permalink
improve subject mapping: expand d69X element name
Browse files Browse the repository at this point in the history
Marc documentation reads like 69X should actually be all numbers
690-699. Keep 69X in case it was there for a reason.
  • Loading branch information
ssp committed Apr 26, 2012
1 parent 570aa4e commit 4a80b1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tmarc.xsl
Expand Up @@ -526,7 +526,9 @@
<xsl:for-each select="tmarc:d600 | tmarc:d610 | tmarc:d611 | tmarc:d630 |
tmarc:d648 | tmarc:d650 | tmarc:d651 | tmarc:d653 |
tmarc:d654 | tmarc:d655 | tmarc:d656 | tmarc:d657 |
tmarc:d658 | tmarc:d662 | tmarc:d69X">
tmarc:d658 | tmarc:d662 | tmarc:d690 | tmarc:d691 |
tmarc:d692 | tmarc:d693 | tmarc:d694 | tmarc:d696 |
tmarc:d697 | tmarc:d698 | tmarc:d699 | tmarc:d69X">
<pz:metadata type="subject">
<xsl:value-of select="tmarc:sa"/>
</pz:metadata>
Expand Down

0 comments on commit 4a80b1f

Please sign in to comment.