Hi I downloaded XMLEditor xxe-std-26p1-setup.exe and ran your XMLEditor tutorial.
I found the following problem in trying Sect 3.2 "Inserting a reference to Copyright.html into the XHTML page". The Copyright notice was not displayed in the generated HTML page when viewed using MS Internet Explorer V6. The symbols ]> appear at the top of the page, and the entity references (not entity values) are displayed. On viewing the XML source code generated by XMLEditor, I found that the XML ENTITY generated for the div reference is included in the DOCTYPE element (as listed below), which I consider to be incorrect. However, so far, I have not been able to get MS IE V6 to correctly display the Entity value. Cheers David -----------------------snip-------------- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" [ <!ENTITY __Copyright__dwn5yn87 SYSTEM "Copyright.html"> ]> <html> <head> <title>The title of my page</title> </head> <body><h1>This is the title of my first heading</h1><blockquote><p>This is the first <em>paragraph</em> of my <strong>XML tutorial </strong>page</p><ul> <li>List item #2</li> <li>List item #3</li> <li>List item #1</li> </ul></blockquote><pre>Line1 Line2</pre><table border="2"> <thead> <tr> <td>Head1</td> <td rowspan="2">Head2</td> <td>Head3</td> </tr> </thead> <tr> <td rowspan="2"><em>element 1</em></td> <td rowspan="5">2</td> <td>3</td> </tr> </table><p><img alt="XMLmind logo" src="../../../Program%20Files/XMLmind_XML_Editor/docs/user/tutorial/xxe.gif" /></p>&__Copyright__dwn5yn87;</body> </html>

