Re: [docbook-apps] is compact itemizedlist formatting in html output possible?

From
Chris Ridd <>
Date
2011-11-07T16:45:37+00:00
ID
Thread
Re: [docbook-apps] is compact itemizedlist formatting in html output possible?
On 5 Nov 2011, at 16:33, Bob Stayton wrote:

> Indeed this problem has been noted before, and it has been fixed in SVN.  The 1.76.1 stylesheets emitted <ul class="itemizedlist" compact>, and the next release will emit <ul class="itemizedlist compact">, since all browsers support multiple-valued class attributes.  In the interim, you could create a custom template in mode="class.value" to do that:
> 
> <xsl:template match="itemizedlist[@spacing='compact']">
> <xsl:text>itemizedlist compact</xsl:text>
> </xsl:template>
> 
> and then use CSS to style it.
> 
> Bob Stayton
> Sagehill Enterprises
> 

Is it worth releasing 1.76.2 at some point?

Chris