Nope, according to the XSLFO reference on
http://zvon.org/xxl/xslfoReference/Output/index.html 
text-indent is not an attribute for fo:inline.

HTH,

Michiel


-----Original Message-----
From: Meena [mailto:[EMAIL PROTECTED]
Sent: woensdag 20 februari 2002 10:15
To: [EMAIL PROTECTED]
Subject: 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