Creighton,
We do <c>. Archivist Toolkit’s default output is <c>, not numbered components (although there is an option).
The main problem for me is not technological at all—it’s really hard for a human being to read the code if you don’t have cues like <c01>, <c02>, etc. Otherwise, it works fine. When our tech guy was creating our stylesheet, I asked him if having non-numbered components was an issue, and he said that it was not. I believe, like you indicate, he just wrote the XSLT with the level attributes to differentiate.
Best,
Jordon
Jordon Steele
Archivist
Biddle Law Library
Penn Law School
3460 Chestnut Street
Philadelphia, PA 19104-3406
(215) 898-5011
From: Encoded Archival Description List [mailto:[log in to unmask]] On Behalf Of Creighton Barrett
Sent: Thursday, April 15, 2010 2:21 PM
This could be different from what is under discussion here, but I've
seen "false levels" at multiple institutions while cleaning up batches
of EADs. As far as I can tell, the main reason component padding has
been done historically is for display purposes. Some processors in the
past may not have understoond CSS or didn't have access to the finding
aid CSS files.
For us, it was not a matter of CSS padding, it was problems that occurred during XSL transformation. The XSLT we were using was a tweaked EAD cookbook stylesheet that couldn't handle a collection that had series with sub-series and series without sub-series. For example, we were working with many collections intellectually structured like:
c01 Series: Vessel Papers
c02 Sub-Series: M/V "O.K. Service X"
c03 File: Manifests
c03 File: Captain's Logs
c01 Series: Financial Records
c02 File: General Ledger
c02 File: Annual Reports
As I understood the problem, the XSLT we were using was not testing individual components to see if the attribute was series, sub-series, file, etc. It thought all c02s were sub-series and would not correctly transform c02s that were files. That might be a simple fix, but it was beyond our XSLT knowledge. In the absence of a dedicated XSLT person to write the XSL test for us, we added "false" c02 layers to our series that did not contain sub-series so all files would be encoded as c03s. We then uploaded static HTML files into the university's content management system, which controlled all the CSS.
It was less than ideal, but it got the job done. I am especially interested in Ethan's comment about just using <c> and @level. Is anyone else doing this?
Cheers,
Creighton