Hi all --
We're testing some of our data with eadcbs6.xsl using dsc15.xsl as the
template for the body of the data. According to the EAD Cookbook, "In
dsc15.xsl, the stylesheet inserts headings for the first component that has
a container value, before every seventh one, and every time the container
@type value changes. " We're not seeing this. We are getting columns down
the right hand side with the information from the two <container> elements,
but there is no column heading nor does it repeat every 7th line.
The xml looks like this, for example:
<c03>
<did>
<container type="Box">2</container>
<container type="Folder">1</container>
<unittitle><unitdate>[1890]. </unitdate>Letter to: Elizabeth Bisland. Type:
ALS</unittitle>
</did>
</c03>
The output, as I said, correctly has the numerals "2" and "1" over to the
right hand side, but no column headings either initially or repeated every
seventh row. It appears to be missing the xsl:template rules for Box,
Carton, Folder, etc. Anyone else encountered this?
Also, the Cookbook says that c01 and c02 elements will show up in the TOC if
they have level=subgrp|subcollection|series|subseries. I can't get the
level=subseries to show up in the TOC though level=series does.
Thanks --
Michele Rothenberger
(Syracuse University)
|