[xsl] start-indent

Subject: [xsl] start-indent
From: "Mark Wilson" <mark@xxxxxxxxxxxx>
Date: Tue, 27 Oct 2009 13:09:39 -0700
Hi all,
I know I can do this:
<fo:block start-indent="4em" text-indent="-4em">

but is it possible to make something like this work?
<fo:block>
........
<fo:wrapper start-indent="4em" text-indent="-4em">

So that the wrapper stuff is indented within the block.
If so, how?
Thanks
Mark

Current Thread