Re: [docbook-apps] name of line break processing instruction

From
Jay Bryant <>
Date
2006-12-10T00:50:03+00:00
ID
000301c71bf5$266291c0$e20f7a46@jayb
Thread
Re: [docbook-apps] name of line break processing instruction
<?lb?> appears to be the standard.

You can turn it into a line break in your customization layer by writing a 
template as follows:

<xsl:template match="processing-instruction(lb)">
  <fo:block/>
</xsl:template>

HTH

Jay Bryant
Bryant Communication Services

----- Original Message ----- 
From: "Chris Chiasson" <>
To: "DocBook Apps Mailing List" <>
Sent: Saturday, December 09, 2006 6:06 PM
Subject: [docbook-apps] name of line break processing instruction


> Hi,
>
> I feel stupid for even asking, but a lot of archive searching still
> hasn't given me the answer:
>
> What is the (or a) standard name for the DocBook line break processing
> instruction? I've seen <?lb?> and some others. Is there support for
> the PI already in the stylesheets? If not, what do I need to add to my
> customization layer to enable support in fo, html, and xhtml. My line
> breaks will probably occur in table entry cells.
>
> Thank you,
>
> -- 
> http://chris.chiasson.name/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>