I have two HTML files that EDPro says are identical when the HTML plug-in is used. I'd like to argue that this is wrong because the first file is (afaik) a complete HTML file whereas the second is not - you can see that the second file does not have a closing </html> tag. (There was a timeout when downloading so the file is incomplete.) Is it possible the HTML plug-in is over-generous in what differences it ignores?
It seems I can't attach .html files. How can I show you the problem?
Possible bug in EDPro 5.0/HTML Plug-in
-
- New Member
- Posts: 7
- Joined: Fri Dec 14, 2012 8:00 pm
Re: Possible bug in EDPro 5.0/HTML Plug-in
Yes it is. You can simply disable the HTML plug-in under Options | Plug-ins.Is it possible the HTML plug-in is over-generous in what differences it ignores?
psguru
PrestoSoft
PrestoSoft
-
- New Member
- Posts: 7
- Joined: Fri Dec 14, 2012 8:00 pm
Re: Possible bug in EDPro 5.0/HTML Plug-in
I'd prefer it if the HTML plug-in was not over-generous 

Re: Possible bug in EDPro 5.0/HTML Plug-in
EDPro uses Tidy as the HTML plug-in. It's a well-known tool, so perhaps you could search its forums for solutions to your problem. Perhaps a different command line switch would report this is an error (but what good would that do)?
psguru
PrestoSoft
PrestoSoft
-
- New Member
- Posts: 7
- Joined: Fri Dec 14, 2012 8:00 pm
Re: Possible bug in EDPro 5.0/HTML Plug-in
Perhaps a different HTML plug-in would prevent this situation arising in the first place.
Re: Possible bug in EDPro 5.0/HTML Plug-in
I doubt it. After all, you are passing an invalid HTML file (no ending </html> tag), so no HTML reader can convert it correctly to a text stream unless it chooses to ignore such an error. In this case the best approach, IMO, is not to use the plug-in at all.
psguru
PrestoSoft
PrestoSoft
-
- New Member
- Posts: 7
- Joined: Fri Dec 14, 2012 8:00 pm
Re: Possible bug in EDPro 5.0/HTML Plug-in
Ah, you are quite right - I hadn't spotted the significance of the fact that one of the files was not HTML at all.
Thanks
Thanks
Re: Possible bug in EDPro 5.0/HTML Plug-in
in HTML 4.01 the closing tags of many elements are optional.
html is one of these elements.
html is one of these elements.