OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [docbook-apps] no line breaks between qandaentries in HTML output


> -----Original Message-----
> From: caporale 
> 
> How can I guarantee that there will be a line break between 
> each qandaentry
> in HTML output?  The standard DocBook HTML stylesheet doesn't 
> separate them.  


Add this to your customization layer:

<xsl:template match="qandaentry">
  <xsl:apply-templates/>
  <tr><td><br/></td></tr>
</xsl:template>

/MJ




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]