Melissa Bowtell wrote: > I am trying to use renderX and XML mind to convert my Docbook document > to PDF. It uses xinclude and profiled compilation. I can produce the chm > help file and java help but I keep getting an error when I try to create > a pdf.
Hussein Shafie wrote: > This error seems to be triggered by the specific contents of your > document. I need to reproduce the problem here at XMLmind in order to > solve it. If possible, please send me (mailto:hussein at xmlmind.com) a > .zip file containing the full source of the document (master document, > included parts, graphics files). I was not able to reproduce the problem. However I have an idea of what could have caused it: [1] Your document has *severe* *structural* *errors*: the icon at the bottom/left of XMLmind XML Editor main window is red. (I guess that you haven't created your document using XMLmind XML Editor!) [2] You use the profiling facility of the DocBook XSL stylesheets. I think that the combination of [1] and [2] caused the DocBook XSL stylesheets to generate an abnormal XSL-FO file. This abnormal XSL-FO file is rejected by RenderX XEP which always validates its input. I've fixed your structural errors in files UserManual.xml and LollyPop.xml. Please search string "TODO" in these files to find what I did. I used profile.condition=Widgit, Gigit and then lollypop in order to successfully generate UserManual_Widgit.pdf, UserManual_Gigit.pdf, UserManual_Lollypop.pdf. I'll send you all these files as an um_patch.zip attachment to a private email. Please make sure that you receive this attachment.

