Hi
 
I had a similar requirement and I solved it using list-block. You could also use table for such formatting. I agree, that it is  more complicated to do so....
Rgds
Jay
 
-----Ursprüngliche Nachricht-----
Von: Meena [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 20. Februar 2002 10:15
An: [EMAIL PROTECTED]
Betreff: Inline

Hi,
I've a block like this
 
<fo:block text-indent="0.5in">Name
<fo:inline text-indent="2in">
       <xsl:value-of select="@rollNo"/>
</fo:inline>
</fo:block>
 
I expect an output like, the below
 
Name                24
 
But , the above block gives something like this,
Name24
 
Is it not possible to mention text-indent in fo:inline?
 
Regds,
Meena
    
 

Reply via email to