Re: content type for html parts

2007-04-13 Thread Atilla
The correct type for HTML documents is text/html. The correct type for XHTML documents "should" be application/xhtml+xml, however - IE (maybe not all versions) will bork on that and will not render, but instead give you a save dialog. If your validator fails on "partial" documents, that should be

content type for html parts

2007-04-13 Thread Michael Radziej
Hi, some of my views serve part of an html (or, actually, xhtml document), such as: """ ... """ or """ ... ... """ I'm running into problems whatever content type I use. I use an automatic validator during testing, that validates all text/html or application/xhtml+xml doc