> -----Original Message----- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Monday, July 15, 2002 5:27 PM > > On Sat, 13 Jul 2002, Astrid Keler wrote: > > Well, attached you'll find the manualpage.dtd and common.dtd. > > Thanks again. I have committed this with a very few of my own changes > (including making the include common.dtd thing work). >
I might have spotted a problem: Both common.dtd and manualpage.dtd contain a section element definition, which results in a DTD error (after inclusion, manualpage.dtd contains two section elements definitions). The biggest difference being that the definition in manualpage.dtd requires a title element. Also, the id attribute in manualpage.dtd is defined as ID against CNAME in common.dtd. Can be solved by: 1. choose one definition and move it to common.dtd 2. move the definition from common.dtd to modulesynopsis.dtd 3. create a IGNORE/INCLUDE entity thing around the definition in common.dtd If you need help testing DTD's and XSLT, please let me know. Kind regards, Vincent de Lau [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
