xsl-list
[Top] [All Lists]

Re: paragraph indenting xsl:fo

2003-07-13 11:34:29
wowowow. that was superb...thanks a lot I actually wanted the third case.
thanks again
----- Original Message -----
From: "Markus Abt" <abt(_at_)comet(_dot_)de>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Sunday, July 13, 2003 6:47 PM
Subject: AW: [xsl] paragraph indenting xsl:fo


Hello xsl_chatr,

I can really not see from your mail what your target is. Your mail
software reformats the indents you want to show us...

But let me guess:

Use <fo:block start-indent="1cm"> to indent all lines in a paragraph:
   xxx
   xxx
   xxx

Use <fo:block text-indent="1cm"> to indent only the first line in a
paragraph:
   xxx
xxxxx
xxxxx

Use <fo:block start-indent="1cm" text-indent="-1cm"> to indent all
but the first line in a paragraph:
xxxxx
   xxx
   xxx

Hope this helps,
Markus
__________________________
Markus Abt
Comet Computer GmbH
http://www.comet.de


----------
Von: xsl_chatr
Gesendet: Sonntag, 13. Juli 2003 15:07
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Cc: bdelacretaz(_at_)codeconsult(_dot_)ch
Betreff: [xsl] paragraph indenting xsl:fo

Hello all,
I had sent this mail before. I got responces to check up with the JFOR
amiling list for my problem. I am not sure if I posted my problem correct.
so I thought It is worth reposting it . Here is what I want. The output
should look like....

MY SUB-TITLE

my text goes here..this text should go till the line end and when it flows
down, It    must NOT  start from the first column position( dont know if i
called this corretly.what I mean my first column position is  the column
position  where  MY SUBTITLE Started.In other words the output must look
like how it is in this paragraph...







I am sure there is an answer for this somewhere out there.I am just not
being able to get it. I tried various tricks but nothing worked.I would be
thankful if some one please help me in this.



Cheers

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>