xlink?
"Bruce D'Arcus" <[email protected]>
| Newsgroups | gmane.text.refdb.devel |
|---|---|
| Message-ID | <[email protected]> |
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>
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click