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] Unable to indent text in text output


Hi Matt,

On Wed, Mar 30, 2011 at 07:03, Matt Dew <marcoz@osource.org> 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


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