Re: FO-Condition More Related Q?

2008/5/5 Saqi <saqib.javed@gmail.com>:
> Hello
> This question is related to the FO-Condition, for condition check there is a
> support of chosse,when and otherwise which in classic programing language
> can be said to be if else condition, but if i have something like
> if-elseif-else. then is this kind of scenario supported in FO?


No. xsl-fo does not support this class of logic.
XSLT does support it.
XSLT is often used to produce XSL-FO

XSLT has
xsl:if
xsl:choose

see the xslt spec http://www.w3.org/TR/xslt#section-Conditional-Processing

HTH






-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

Received on Monday, 5 May 2008 10:09:05 UTC