Hi,
On Tue, 8 Jan 2002, Peter Termaten wrote:
> I'm using Lyx 1.1.6fix3 and Documentclass Docbook book. I have been trying
> to insert a table in my document, but can't get it right.
> Jade complains about the syntax, especially about the backslash in <colspec>.
> Two questions:
>
> 1.Does anyone got this working? If so, is there an example available somewhere?
I got this working by hacking in the Lyx code.
It's true that the current version of Lyx has some bug in this area.
I was told it has been corrected for the next version (maybe already in
CVS ?).
I can give you the fix I used:
$ diff tabular.C tabular.C.org
2741c2741
< os << "\">\n";
---
> os << "\"/>\n";
Yannick