[docbook-apps] error for docbook to ePub stylesheet

2010-02-11 Thread Compagnon Christopher
Hi, I've been running the epub conversion XSLT (docbook-xsl 1.75.2/ saxon 9) and I obtained this error : Error at xsl:template on line 1298 column 30 of docbook.xsl: XTSE0500: The priority attribute must be absent if the match attribute is absent This is the basis stylesheet

RE: [docbook-apps] variablelist styles

2010-02-11 Thread David Cramer
I would use this option if it existed in the xslts, so I agree it would make a good feature request: https://sourceforge.net/tracker/?group_id=21935atid=373750 David From: DeanNelson [mailto:deannel...@aol.com] Sent: Thursday, February 11,

Re: [docbook-apps] error for docbook to ePub stylesheet

2010-02-11 Thread Keith Fahlgren
On Thu, Feb 11, 2010 at 1:48 AM, Compagnon Christopher christopher.compagnon.a...@axa-groupsolutions.com wrote: I’ve been running the epub conversion XSLT (docbook-xsl 1.75.2/ saxon 9) and I obtained this error : Error at xsl:template on line 1298 column 30 of docbook.xsl: Are you able to

RE: [docbook-apps] variablelist styles

2010-02-11 Thread David Cramer
Actually, I meant that you would look into the xslts to see how they currently format formalparas: http://docbook.sourceforge.net/release/xsl/current/xhtml/block.xsl And the be inspired by that code to write a customization layer:

RE: [docbook-apps] variablelist styles

2010-02-11 Thread David Cramer
Hi Laurie, Ok, for html output the following customization layer will do what you want. The parameter variablelist.as.runinhead is set to 1 (and variablelist.as.table must also be 0 or it will win) OR you can use the ?dbhtml list-presentation=runinhead? for individual variablelists. One thing

RE: [docbook-apps] variablelist styles

2010-02-11 Thread Laurie Burley
Thanks David, I also managed to get this working by creating a new listitem/para template similar to the simpara..so a p tag is not automatically applied to the listitem paragraph if the first child is a para. I had a harder time with the FO output, but I removed some of the blocks and

RE: [docbook-apps] [ANNOUNCE] herold 5.2.3

2010-02-11 Thread Dick Hamilton
Michael, You are exactly right, it was a fragment. Once I properly wrapped the fragment, all was well. I'm glad to look at a jar file with a bug fix. Given that it's nearly 6MB, it might be best to send me a link rather than trying to mail the whole thing. A related question, in my search for

[docbook-apps] Rendering bridgehead indented as normal paragraph in FO

2010-02-11 Thread Sherwood Hu
Is it possible to render a bridgehead element indented as normal paragraph? For example, I have the docbook piece sect3 titleTOOLINFO structure/title bridgeheadSyntax/bridgehead programlisting language='c'![CDATA[struct TOOLINFO { UINT cbSize; UINT uFlags; HWND hwnd;