<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p> </p>
<div>Hi,</div>
<div> </div>
<div>I seem to have some problems using fpdoc in combination with html tags. When I enter some text (taken from the documentation) I get compilation errors:</div>
<div> </div>
<div>Text used:</div>
<div><p><br /><code>  <br />With Strings do  <br />  For i:=Count-1 downto 0 do  <br />    Delete(i);  <br /></code> <br /></p></div>
<div> </div>
<div>Compilation errors:</div>
<div>[<no context>] Invalid description (illegal XML element: "#text")<br />[<no context>] Invalid paragraph content<br />[<no context>] Invalid description (illegal XML element: "#text")</div>
<div> </div>
<div>If I drop the <p> tags, I still get compilation errors (just not the 2nd one) but to my surprise the pascal code is shown in the .chm file. However any text after this code section is ignored. So my question is, how am I supposed to use html tags inside the documentation? Is there a special switch needed?</div>
<div> </div>
<div>I'm using: 2.7.1 [2011/12/27] for i386</div>
<div> </div>
<div>On a side note, I would like to include images in my documentation. How to do this? Is simply putting a <link> tag enough and will these links be embedded in the chm file?</div>
<div> </div>
<div>Regards, Darius</div>
</body></html>