MikeFoster

msg:1492465 | 3:52 pm on Jan 5, 2005 (gmt 0) |
This [hixie.ch] is worth a read. Scroll down to the "SPECIFIC PROBLEMS" heading. Also take a look at the XHTML 1.0 HTML Compatibility Guidelines [w3.org]. Are you using XHTML 1.0 or 1.1? What MIME type do your documents get served as?
|
webaster

msg:1492466 | 1:45 pm on Jan 6, 2005 (gmt 0) |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
webaster

msg:1492467 | 1:47 pm on Jan 6, 2005 (gmt 0) |
errata-list <meta http-equiv="Content-Type" content="text/htm" charset=iso-8859-1" />
|
MikeFoster

msg:1492468 | 7:41 pm on Jan 6, 2005 (gmt 0) |
Since you're serving your pages as 'text/html', then the links I provided above should be relevant. I think the easy solution to this question is simply to always use external js files with xhtml pages - altho I know that doesn't directly answer your question ;)
|
BjarneDM

msg:1492469 | 3:30 am on Jan 12, 2005 (gmt 0) |
the application/xhtml+xml v text/html when applied to xhtml coding has been discussed in depth in several threads both here and elsewhere: [osnews.com...] [webmasterworld.com...] the above links ought to be some of the most recent discussions, and should address all of your issues - at least if you also follow the link to hixie.
|
|