XTF: <relatedItem> and Collection Context
kt109nc2cj.mets.xml
<relatedItem ID="eschol" type="host" displayLabel="eScholarship"
xlink:href="http://escholarship.cdlib.org">
<titleInfo>
<title>eScholarship Editions</title>
</titleInfo>
<relatedItem ID="siopub" type="host" displayLabel="SIO Publications"
xlink:href="http://scilib.ucsd.edu/sio/guide/siopublns.html">
<titleInfo>
<title>Scripps Institution of Oceanography Publications</title>
</titleInfo>
</relatedItem>
</relatedItem>
dynaxml.xsl
<xsl:template name="make-breadcrumbs">
<xsl:for-each select="$METS//relatedItem">
<xsl:text>> </xsl:text>
<a href="$searchURL{@ID}"><xsl:value-of select="@displayLabel"</a>
</xsl:for-each>
<xsl:template>
- Stylesheet access to METS
- Breadcrumb Trail
- Links are XTF queries using value of @ID
- xlink:href to create project link
- dynaXML
|