Author: Michael Smith Date: To: Hans Hagen CC: foxet Subject: Re: [Foxet] Processing of DocBook XSL-FO output is failing [resend]
[Cc'ing the list]
Michael Smith <smith@???> writes:
> Hi Hans,
>
> Thanks for the quick reply.
>
> You wrote:
>
> > the proportional column width function is not supported, just remove that
> > spec
>
> Would it be possible to have foXet deal with it more gracefully?
> At least for the only kind of case in which it's used in DocBook
> XSL output, which is in instances like this:
>
> <fo:table-column column-number="1" column-width="proportional-column-width(1)"/>
>
> I will talk with the other DocBook Project developers and see if
> we can add some conditional logic for having something other than
> the proportional-column-width() function call output in those
> instances. But, in the mean time, perhaps the foXet code could be
> adjusted to have it just completely ignore the column-width
> attribute for those cases?
>
> --Mike