I tried replacing the inner fo:inline with fo:wrapper but the result is the same. The text is still lost. any more ideas?
--- "Andreas L. Delmelle" <[EMAIL PROTECTED]> wrote: > > -----Original Message----- > > From: Abhijit Junnare [mailto:[EMAIL PROTECTED] > > > <snip /> > > > > <fo:inline color="black" > > space-before.conditionality="discard"> > > This applies in all the cases except when > > <fo:inline font-family="Helvetica" > > font-weight="bold" font-variant="small-caps" > > font-size="12pt">Condition 4</fo:inline> > > of terms and conditions is true > > </fo:inline> > > </fo:block> > > Nested inlines... My guess is: there's the bugger! > > Can you try rendering again, but replacing the inner > fo:inline in the above > snippet with an fo:wrapper, like: > > <fo:inline color="black" ...> > This applies in all the cases except when > <fo:wrapper font-family="Helvetica" ...> > Condition 4</fo:wrapper> > of terms and conditions is true</fo:inline> > </fo:block> > > And let us know if that removes the error? > > > Cheers, > > Andreas > > __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
