Skip to content

Commit 9853878

Browse files
committed
Better support for 008/39.
1 parent f05a3f5 commit 9853878

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

rules/01-001-008.xml

+15-2
Original file line numberDiff line numberDiff line change
@@ -1670,8 +1670,21 @@
16701670
</select>
16711671
</position>
16721672

1673-
<!-- 38-39 -->
1674-
<position default=" "/>
1673+
<!-- 38 -->
1674+
<position default=" "/>
1675+
1676+
<!-- 39 -->
1677+
<position default=" ">
1678+
<switch>
1679+
<case test="contains($vAdminMetadata[bf:status/bf:Status[@rdf:about='http://id.loc.gov/vocabulary/mstatus/n']]/bf:agent//@rdf:*[1], '/dlc')">
1680+
<transform>
1681+
<xsl:value-of select="' '" />
1682+
</transform>
1683+
</case>
1684+
<case test="contains($vAdminMetadata/bf:descriptionAuthentication//@rdf:*[1], '/pcc')">c</case>
1685+
<case test="contains($vAdminMetadata/bf:descriptionAuthentication//@rdf:*[1], '/lccopycat')">d</case>
1686+
</switch>
1687+
</position>
16751688

16761689
</fixed-field>
16771690
</context>

0 commit comments

Comments
 (0)