Re: [Refdb-users] Re: nitpicking (element ordering in risx)
Status: Beta
Brought to you by:
mhoenicka
From: Bruce D'A. <bd...@fa...> - 2003-11-24 22:14:22
|
On Monday, November 24, 2003, at 04:35 PM, Markus Hoenicka wrote: >> Even better, one could convert the DTD to RELAX NG and use it with >> nxml-mode which does XML validation. > > I'm reluctant to go down this path as currently few tools support > RELAX NG. This is supposed to change eventually. Well, both libxml and emacs now support Relax NG, so I'm not sure how serious a limitation this is now. >> - I think there should be a way to provide a <url> for a conference >> article that's been published in a proceedings volume. This belongs >> into the <part>, I think. > > Question to Bruce (he knows MODS better than me): can MODS do this? Yes. MODS has a location element, with type attributes for "physical" and "electronic." In RISX, you represent this example like: - part = conference article - publication = conference proceedings In MODS, it is: conference article relatedItem "host" = conference proceedings The location element can go in either level in MODS. >> - It would be nice to provide an event address for conferences (which >> is usually different from the publisher's or organization's >> address). > > Bruce: can MODS do this? I'm not sure exactly what he's wanting here. Maybe an example would help? MODS does have a "place" element that might do this. Bruce |