Rebecca,
This is the markup I used for links to digital objects in a finding aid for
a collection of comic strips. I followed the tagging shown in the EAD Tag
Library.
<daogrp>
<daoloc href="http://dlib.lib.ohio-state.edu/cga/images/301-400/0321T.gif"
role="thumbnail"><daodesc><p>Thumbnail Image</p></daodesc></daoloc>
<daoloc href="http://dlib.lib.ohio-state.edu/cga/html/301-400/0321.html"
role="reference"><daodesc><p>Reference Image
(75K)</p></daodesc></daoloc></daogrp>
This is the XSLT that outputs the <daoloc> elements as links in HTML:
<xsl:for-each select="../parent::*/daogrp/daoloc">
<xsl:element name="a">
<xsl:attribute name="href"><xsl:value-of select="@href" /></xsl:attribute>
<xsl:apply-templates /> <br/>
</xsl:element>
</xsl:for-each>
You can view the results by starting at
http://dlib.lib.ohio-state.edu/cga/ Or go directly to a listing of comic
titles, for example
http://dlib.lib.ohio-state.edu/cga/a.html
-------------------------------------------------------
Amy McCrory
Cartoon Research Library
023L Wexner Center
(614) 292-0538
Theatre Research Institute
1800 Cannon Drive
(614) 292-6614
The Ohio State University
Columbus, OH
|