Thanks, Chris! Turns out I was including a file with the offending ID in multiple places in the same book. Obviously that doesn't work unless, perhaps, you use entities. Learned something.
Thanks! George.. -----Original Message----- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2008 12:53 AM To: [email protected] Subject: Re: Multiple ID error without there being multiple IDs Eckel, George wrote: > Hi folks, > > Using Docbook 5.0 and FOP 0.95. > > I'm getting a warning: "Multiple IDs" error. BUT there is only one > instance of the cited ID value. To check, I substituted "XXXX" for the > (offending) ID value. Now, I'm SURE there's only one XXXX ID value. But I > still get the same Multiple ID error citing XXXX as the offender. Where are you checking? Its no good checking the XML or XSL, you have to check the XSL-FO generated as a result of the docbook stylesheet being applied to your XML. The following link explains how to generate XSL-FO from XSL (docbook stylesheet) and XML files: http://xmlgraphics.apache.org/fop/0.95/running.html#check-input Regards, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
