We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05a3f5 commit 9853878Copy full SHA for 9853878
rules/01-001-008.xml
@@ -1670,8 +1670,21 @@
1670
</select>
1671
</position>
1672
1673
- <!-- 38-39 -->
1674
- <position default=" "/>
+ <!-- 38 -->
+ <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>
1688
1689
</fixed-field>
1690
</context>
0 commit comments