[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] Public/System doctype IDs misbehaving in Eclipse output (1.73)
I was never able to get around that (but I don't think it occurred to me to ask here). I ended up post-processing the plugin.xml and toc.xml files to remove the doctype. I'll be interested in hearing if there's a right way. I have a vague idea/memory that this is a saxon thing. David -----Original Message----- From: Jeff Hooker [mailto:Jeff_Hooker@pmc-sierra.com] Sent: Wednesday, March 17, 2010 5:59 PM To: DocBook Apps Subject: [docbook-apps] Public/System doctype IDs misbehaving in Eclipse output (1.73) Hi all, I'm trying to generate eclipse help, and am running into an odd problem. I can define either chunker.output.doctype-public OR chunker.output.doctype-system as seen below, and everything works with the exception of a malformed doctype statement. <xsl:param name="chunker.output.doctype-public">-//W3C//DTD XHTML 1.0 Transitional//EN</xsl:param> <xsl:param name="chunker.output.doctype-system">http://www.w3.org/TR/xhtml1/DTD/xht ml1-transitional.dtd</xsl:param> If I try defining them *both*, however, they get inserted into the plugin.xml and toc.xml in addition to all the html files. This breaks the plugin. Any clues on why this is happening? Thanks, Jeff. --------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]