Re: [Refdb-users] RisX import
Status: Beta
Brought to you by:
mhoenicka
From: Bruce D'A. <bd...@fa...> - 2003-08-20 09:58:28
|
I've attached a Relax NG version of risx just in case anyone is interested. It was auto-converted with Trang, so is no more strict than the DTD of course. But what I was wondering is if you have this as the top level definition... entry = element entry { attlist.entry, (part?, publication, set?, libinfo*, contents?)+ } ...is it possible to specify the spec for each entry type? So, for book, it'd be: (publication, set?, libinfo*, contents?) For a (journal/magazine/newspaper) article or book chapter, it'd be... (part, publication, set?, libinfo*, contents?) ...etc. I don't know if you can do this based on the type attribute with DTDs, though.... Bruce |