This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Small DocBook XSL contribution


Thanks much -- this instantly made my documents much easier to read.

 -- Ron

> From: "Lassi A. Tuura" <lat@iki.fi>
> Organization: Northeastern University, Boston, USA
> Date: Mon, 21 Aug 2000 18:22:49 +0200
> To: docbook-apps@lists.oasis-open.org
> Subject: DOCBOOK-APPS: Small DocBook XSL contribution
> 
> Hi,
> 
> Here's a tiny contribution candidate to 1.15/HTML:
> 
> <!-- Do not put <p> tags around listitem paras (first para of list
> item only!) in compact lists. -->
> <xsl:template match="listitem/para[1][../../@spacing = 'compact']">
> <xsl:apply-templates/>
> </xsl:template>
> 
> There might be more places where something like that is needed, but for
> now that does it for me.
> 
> Cheers and thanks for all the great stuff!
> //lat
> -- 
> We give advice, but we cannot give the wisdom to profit by it.
> --La Rochefoucauld
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]