[XXE] Docbook5 and Eclipse help format

2015-11-27 Thread Martin Goik
This one is a little bit complicated. Using current Xmlmind editor to convert Docbook 5 instances to Eclipse help IMHO suffers from two problems: 1. The generated plugin.xml description file contains a (false) DOCTYPE declaration: http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";> ... I believ

Re: [XXE] XmlMindXmlEditor as an HTML fragment editor

2015-11-27 Thread Leif Halvard Silli
On 26 Nov 2015, at 17:34, Steve Litt wrote: On Wed, 25 Nov 2015 21:18:25 +0100 "Leif Halvard Silli" wrote: This causes a problem: You are responsible for a collection of Web pages - such as a Web site - and you would like to hand over responsibility of creating maintaining certaint fragments

Re: [XXE] Docbook5 and Eclipse help format

2015-11-27 Thread Hussein Shafie
On 11/27/2015 07:06 AM, Martin Goik wrote: This one is a little bit complicated. Using current Xmlmind editor to convert Docbook 5 instances to Eclipse help IMHO suffers from two problems: 1. The generated plugin.xml description file contains a (false) DOCTYPE declaration: http://www.w3.org/TR

[XXE] how to output the "Example:" prefix

2015-11-27 Thread
I don't think I've asked this before and misfiled the answer ... I've just completed a few topics that use the element. On screen, these show up neatly labelled Example: {title}, but when I generate a .pdf I don't get the prefix. Could you point me in the right direction? Thanks in advance! N

Re: [XXE] how to output the "Example:" prefix

2015-11-27 Thread Hussein Shafie
On 11/27/2015 03:24 PM, GRUNDTVIG NIELSEN Niels AWL-T&P wrote: I don’t /think/ I’ve asked this before and misfiled the answer … I’ve just completed a few topics that use the element. On screen, these show up neatly labelled Example: {title}, but when I generate a .pdf I don’t get the prefix.

[XXE] Resolved view of ditamaps

2015-11-27 Thread Jeff Hooker
Hi Hussein, I've been asked to create a view in XMLmind of a ditamap with all of the topics resolved, similar to how Docbook resolves Xincludes. Clearly this would only be as a tool for my authors with smaller documents. It's obviously possible, but when I thought about it, it seemed odd that i

Re: [XXE] Docbook5 and Eclipse help format

2015-11-27 Thread Martin Goik
I appreciate your transition to eclipse3.xsl / copy inclusion of META-INF/MANIFEST.MF (if I understood that part correctly). The other 50% of my post turned out to be a self-inflicted problem: I had tweaked eclipse.xsl using xhtml-1.1/chunk.xsl rather than html/chunk.xsl. This induced the DOCTYPE

Re: [XXE] how to output the "Example:" prefix

2015-11-27 Thread
Thanks for the usual quick and efficient reply, Hussein - just the information I needed. From now on, I'll think of the on-screen prefix as an aide-mémoire, and remember that the final output is just the literal value of {title} N -Original Message- From: Hussein Shafie [mailto:huss...@

Re: [XXE] Resolved view of ditamaps

2015-11-27 Thread Hussein Shafie
On 11/27/2015 05:27 PM, Jeff Hooker wrote: I've been asked to create a view in XMLmind of a ditamap with all of the topics resolved, similar to how Docbook resolves Xincludes. Clearly this would only be as a tool for my authors with smaller documents. It's obviously possible, but when I thoug