Re: [docbook-apps] Unable to indent text in text output

From
Aankhen <>
Date
2011-03-30T07:29:06+00:00
ID
Thread
Re: [docbook-apps] Unable to indent text in text output
Hi Matt,

On Wed, Mar 30, 2011 at 07:03, Matt Dew <> wrote:
> Hi all,
>  I have some text that i want to indent.  I'm using id attributes in the xml
> and then using the css and xsl files.  I can get the pdf and html outputs to
> work fine, but I cannot figure out how to get the text output to indent.
>
> [snip]
>
> However I can't figure out how get the text output to be indented.
>
> I've tried to use template matches;
>
> <fo:block/>  doesn't work,
>
> <xsl:text>&#xd;&#xa;</xsl:text>  doesn't work.
>
> What am I missing?

Do you have a sample file with the resultant output?  <fo:block/>
won’t help you here, but <xsl:text>[indentation characters]</xsl:text>
appears to be working here.

Aankhen