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

From
Bob Stayton <>
Date
2011-11-05T16:33:33+00:00
ID
003301cc9bd8$98b87b50$6600a8c0@pazu
Thread
Re: [docbook-apps] is compact itemizedlist formatting in html output possible?
<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