On 15/11/2009 23:21, Abdelrazak Younes wrote:
On 15/11/2009 23:16, Abdelrazak Younes wrote:
On 15/11/2009 22:39, Abdelrazak Younes wrote:
Hello Richard,
I don't know if you are interested in bug report but here are some
anyway:
Next one:
XML Parsing Error: mismatched tag. Expected: </column>.
Location: file:///C:/devel/lyx/lyx-devel/lib/doc/EmbeddedObjects.xhtml
Line Number 6618, Column 3:</lyxtabular>
--^
This one looks a bit more complicate to solve...
It seems that the 'features' and 'column' tags are not properly closed
in our own LyX format; this is a bug of the LyX format itself.
Anyway, properly closing it gives the next error:
XML Parsing Error: not well-formed
Location: file:///C:/devel/lyx/lyx-devel/lib/doc/EmbeddedObjects.xhtml
Line Number 8068, Column 4:a & b\\
---^
This one is due to a math inset within a table cell.
Abdel.