hi,
I want to 'justify' all lines of a paragraph, but not the last one.

Now when i give

<fo:block
font-size="12pt" font-family="Arial" space-after="0cm"
text-align="start" text-align-last="relative"
white-space-collapse="false" white-space="normal" linefeed-treatment="preserve">

<xsl:value-of select="body"/>

</fo:block>

the following happens:

* The whole text including last line is justified
* The following error is shown

[ERROR] Unknown enumerated value for property 'text-align-last': relative
[ERROR] Error in text-align-last property value 'relative':
org.apache.fop.fo.expr.PropertyException: No conversion defined

Also, when i give font-family="Arial" in a fo:block, it shows

[ERROR] unknown font sans,normal,normal so defaulted font to any

Iam using Win2k and the font is there by default

Please help me

Thanks
--

Manjush G Menon
ICQ: 172-548-598



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to