I see. Someone added the parameter fop1.extension because the fop.extension
has the wrong namespace for FOP 1.0, and causes FOP to throw an exception.
Do you no longer maintain these stylesheets?

Paul

On Wed, Jan 18, 2012 at 7:51 AM, Norman Walsh <[email protected]> wrote:

> Paul Tremblay <[email protected]> writes:
> > FOP needs the table-layout attribute to be set to fixed in order to
> > render tables, but the stylesheet only sets this attribute to fixed
> > if fop.extenstion != 0. If I change the above to
> >
> > <xsl:when test="$fop.extensions != 0 or $fop1.extension != 0
> >
> > Then the code works fine.
> >
> > Am I missing something?
>
> I doubt it. I'm not sure who added $fop1.extension, but it wasn't me :-/
>
>                                        Be seeing you,
>                                          norm
>
> --
> Norman Walsh <[email protected]>      | The effects of weakness are
> http://www.oasis-open.org/docbook/ | inconceivable, and more prodigious
> Chair, DocBook Technical Committee | than those of the most violent
>                                   | passions.--Cardinal De Retz
>

Reply via email to