Problem went away when I updated to latest version of asciidoc Sorry for unnecessary traffic folks.
On May 1, 4:56 pm, Lex Trotman <[email protected]> wrote: > On 1 May 2011 20:28, lethallogic <[email protected]> wrote: > > > > > > > > > > > Hello, > > > Was recently trying to generate a PDF from a simple asciidoc document, > > and tables were causing problems. > > > The setup is: > > OS: Windows XP > > asciidoc : 8.6.1 > > python : 2.7 > > > When I run python asciidoc.py on check_table.txt, I get the following > > warnings: > > > D:\Prompt>python asciidoc.py -b docbook check_table.txt > > asciidoc: WARNING: check_table.txt: line 6: tag '<entry > > align="{align}" valign="{valign}"{colspan@1: > > : namest="col_{colstart}" nameend="col_{colend}"}{morerows@0:: > > morerows="{morerows}"}>|</entry>' dro > > pped: contains undefined attribute > > ... > > repeated 7 more times > > ... > > .. > > > The check_table.txt file is given below: > > . Testing a tables with DocBook backend > > |================================================= > > | Check | One | Two > > | A | B | C > > | Another row | 1 | 2 > > |================================================= > > > Line 6 is the last line of the file. > > > The xml file is generated, however when I pass it to the Saxon xml to > > fo convertor I get empty rows which fop declines from rendering. > > > Any ideas what could be happening here? > > Works fine for me, PDF attached. > > In the error message, the part align="{align}" is align="{halign}" in > my conf file. Do you have a customised configuration file or maybe a > conf file for an old version on your system that is being used instead > of the standard one? > > Cheers > Lex > > table2.pdf > 7KViewDownload -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
