[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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 bobs@sagehill.net----- Original Message ----- From: "Andrew Aksyonoff" <shodan@shodan.ru>
To: "Niels" <nmlenator@gmail.com> Cc: <docbook-apps@lists.oasis-open.org> Sent: Saturday, November 05, 2011 7:45 AMSubject: Re: [docbook-apps] is compact itemizedlist formatting in html output possible?
On Sat, Nov 5, 2011 at 5:23 PM, Niels <nmlenator@gmail.com> wrote:Can't you do the repairs in css, semms to be presentational issues you are fighting forDo the repairs how? Docbook XSL does not (!) mark compact ULs with a separate class. It emits <UL COMPACT>, not <UL CLASS="COMPACT"> -- Andrew --------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]