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