Hi, I use xmleditor to document the Jspresso opensource project (a java framework for building distributed, desktop-like business applications). I've migrated this morning to the latest 4.1.0 release and found out that most of the JPEG images were not drawn anymore. After a bit of investigations, it seems like the problem comes from images with filenames containing "dots" in addition to the final one before the extension. For instance "test.image.jpg" is not displayed correctly whereas "test-image.jpg" works. So I replaced all "dots" by "dash" and everything worked fine again. To be complete, it seems that the XML parsing gets rid of the filename part before the first "dot" (xmleditor shows this "reworked" filename in bold blue)
Hope this can be useful to others. Regards -- Vincent Vandenschrick Jspresso Project Leader http://www.jspresso.org

