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