On Jan 28, 2004, at 11:21 AM, Andrew E Switala wrote: > It's also simpler since the CV schema doesn't have to import > the MODS schema. If you really need to embed a full MODS record into a > document, though, you can declare an ENTITY in the document type > declaration. The way I have it set up now (I just whipped it up this morning), this is written as a RELAX NG schema, which imports MODS. So, you can have the following without doing anything special: <publications> <modsCollection .... /> </publications> I prefer the idea of using links, though, so long as I figure out how to process them. Bruce