[Refdb-devel] xlink?
Status: Beta
Brought to you by:
mhoenicka
From: Bruce D'A. <bd...@fa...> - 2003-12-26 23:47:52
|
Mike, Do you know much about xlink? The following example was posted to the MODS list, which strikes me as quite interesting. This suggests it ought to be possible to link chapters to books and articles to journals as well... I'm unclear on how an XSLT processor handles these links though, as my initial experiments (with an external file containing just journal names) didn't work. Bruce <mods> <titleInfo> <title>Names are a pain in the butt</title> </titleInfo> <name xlink:href="#name.Robert.Smith"> <role><roleTerm type="code">aut</roleTerm></role> <displayForm>Bob Smith</displayForm> </name> </mods> <!-- Somewhere else in the file: --> <mods ID="name.Robert.Smith"> <name type="personal"> <namePart type="family">Smith</namePart> <namePart type="given">Robert</namePart> </name> <note type="biographical">...</note> <!-- and so forth --> </mods> |