Skip to content

Commit 0c86531

Browse files
committed
Modify Media Cabinet container type and label for Va. Heritage
1 parent d3a445d commit 0c86531

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ASpace2VaHeritage.xsl

+6
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,12 @@
269269
<xsl:attribute name="label">Box:Folder</xsl:attribute>
270270
</xsl:template>
271271

272+
<!-- Modify Media Cabinet container type and label -->
273+
<xsl:template match="//ead:*[matches(name(), 'c\d\d')]/ead:did/ead:container/@type[.='Media Cabinet']">
274+
<xsl:attribute name="type">Box</xsl:attribute>
275+
<xsl:attribute name="label">Media Cabinet</xsl:attribute>
276+
</xsl:template>
277+
272278
<!--Remove date element in eadheader titleproper-->
273279
<xsl:template match="ead/eadheader/filedesc/titlestmt/titleproper/date">
274280
<xsl:value-of select="./text()"/>

0 commit comments

Comments
 (0)