Sidekick / structure browser and html files
Submitted by Friday, 24 September, 2004 - 10:52
on
Hello, I run the newest jEdit on Mac OS X 10.3.5. I have a little problem with the structure browser. It doesn't render html pages correctly if I don't close link tags within the <head> with space + /. It displays the body as a child to head if i do not close, and displays correctly if do. But space + / is not html, it's xml AFAIK, and htmltidy doesn't like it.
My doctype declaration should be correct:
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"
"http://www.w3.org/tr/rec-html40/loose.dtd">
or
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
So maybe this is some kind of settings problem? Where does side kick / structure browser store information about the different doctypes? Should I download a cataloge file for my html 40 trans documents? Where could I get such a file, and where to place it?
Or is there anything else I can do about it?
Thanks for any help, kimjim
My doctype declaration should be correct:
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"
"http://www.w3.org/tr/rec-html40/loose.dtd">
or
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
So maybe this is some kind of settings problem? Where does side kick / structure browser store information about the different doctypes? Should I download a cataloge file for my html 40 trans documents? Where could I get such a file, and where to place it?
Or is there anything else I can do about it?
Thanks for any help, kimjim