On 07/20/2011 11:24 AM, Michael Schnell wrote: > [#lcl.Controls.TDragManager.RegisterDockSite] Invalid paragraph content > [#lcl.Grids.HowToUseGrids] Invalid table content > [#lcl.Grids.HowToUseGrids] Invalid description (illegal XML element: > "#text") > [#lcl.Grids.HowToUseGrids] Invalid description (illegal XML element: "var") > [#lcl.Grids.HowToUseGrids] Invalid description (illegal XML element: > "#text")
Note: These are are not specific to IPF output. Generating LCL help for HTML, CHM, TXT etc all give these "invalid description" errors in grid.xml. On my system, fpdoc steams ahead and generates the help output - no matter the output format. But as suggested to Michael Schnell, there seems to be something wrong in the XML file, or maybe fpdoc parsing of the description element. > <lcl.:290250:20> Warning 53: Invalid tag nesting > <lcl.:290250:20> Warning 23: The tag, word, or command is not allowed in > this context > <lcl.:290256:20> Warning 53: Invalid tag nesting > <lcl.:290256:20> Warning 23: The tag, word, or command is not allowed in > this context > <lcl.:290328:1> Warning 53: Invalid tag nesting Michael, as I mentioned, this is due to a bug in fpdoc's IPF writer. I'll attend to this shortly. In the mean time you have to manually fix lines 290250, 290256 and 290328 by placing the tag ":h3." (if I remember correctly) on a new line. WIPFC should then be able to compile lcl.ipf without errors. Alternatively, generate HTML output and view the help with your web browser. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
