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]

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]