--- Siegfried Heintze <[EMAIL PROTECTED]> wrote: > Thanks for that last response! I'm now getting PDF > output from 0.20.5! >
That's nice. > > > May I solicit you for suggestions on how to diagnose > these problems: > > (1) I don't understand the warning below. I > searched for > table-layout=auto and could not find it in my xsl or > my file. > Probably because you didn't specify table-layout explicitly as a property, and hence that property defaults as "auto". Use process of elimination to determine the offending table, and explicitly use table-layout="fixed" and the message should go away. > (2) <fo:block>SIGNITEK<fo:leader > rule-thickness="1pt" > leader-pattern="dots"/> does not seem to be > producing a complete row of dots > for my table of contents. It did in 0.19. > In our /examples directory, we have a leader.fo sample somewhere. Run that and see if it works, if so look in that file to see what needs to be done. > (3) "area contents overflows area in line" - how > do I find which line of > xml/fo code is causing this? > Process of elimination--keep reducing the input file until the culprit is cornered. > (4) Why does it execut with code 255? Maybe this > is another symptom of > the above problems. Would a warning cause this? > I have no idea. > > > I tried using -d hoping it would give me line > numbers in the fo file. It did > not! > The nerve! But the future 1.0 version (not ready yet) should be better in this regard. Thanks, Glen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]