Hi Matt,

On Wed, Mar 30, 2011 at 07:03, Matt Dew <[email protected]> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to