Next in thread → Next in month →

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

From
Mauritz Jeanson <>
Date
2007-06-30T16:31:06+00:00
ID
000101c7bb34$046acc70$71ea1a51@D7MZ171J
Thread
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
Next in thread → Next in month →