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
    
 
**************************Disclaimer************************************
      


Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited.



 ********************************************************************

Reply via email to