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


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

Reply via email to