To reproduce it insert an "informaltable(HTML)". Below is the XML file, done fully within XXE. Table does not appear in generated PDF.
A related question - when executing a menu command like "generate pdf", is there a way to get the window to not disappear? Sometimes I see error messages but they vanish too quickly. Thanks for the help, I am evaluating but have not yet purchased XXE professional. <?xml version="1.0" encoding="UTF-8"?> <article version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:db="http://docbook.org/ns/docbook"> <title>A</title> <section> <title>B</title> <para>c</para> <informaltable border="1"> <tr> <td>some</td> <td>stuff</td> </tr> <tr> <td>here</td> <td>and there</td> </tr> </informaltable> </section> </article> ----- Original Message ----- From: "Hussein Shafie" <[email protected]> To: "itsme213" <itsme213 at hotmail.com> Cc: <xmleditor-support at xmlmind.com> Sent: Wednesday, September 05, 2007 3:25 AM Subject: Re: [XXE] Docbook 5 with XInclude - Tables do not appear in PDF > itsme213 wrote: >> I inserted a "html-table" into a docbook article, and it does not appear >> in the generated PDF. Is it supposed to? >> > > I'm sorry but I cannot reproduce the problem. > > If you insert an ``HTML table'' using the "Add table" button/menu found in > the DocBook 5 toolbar, you'll be able to see it in the generated PDF. > > I suppose that if you inserted an invalid ``HTML table'' or more simply an > ``HTML table'' having no or incorrect namespace (using a text editor > because XXE does not allow to do that), you probably will see nothing at > all in the generated PDF (or HTML or RTF, etc). > > > > >

