Reply
does XHTML Internet Explorer?
Old 04-24-2007, 06:49 PM does XHTML Internet Explorer?
yarrgh's Avatar
Skilled Talker

Posts: 75
I have read that XHTML 1.1, when served with the content-type of application/xhtml+xml, does not load at allfor *any* version of Internet Explorer. Not even IE7.

If it is served with text/html then it is loaded by all browsers as noncompliant tag soup HTML.

So the quesiton is this: is there any way to get IE to load XHTML as XHTML (eg. with content type application/xhtml+xml)?
__________________
http://www.brentonboy.net
yarrgh is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 04-24-2007, 11:08 PM Re: does XHTML Internet Explorer?
LadynRed's Avatar
Super Moderator

Posts: 6,562
Location: Tennessee
IE does not support XHTML 1.1 and I know of no way to force it.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 04-25-2007, 03:08 PM Re: does XHTML Internet Explorer?
willcode4beer's Avatar
Webmaster Talker

Posts: 695
Name: Paul Davis
Location: San Francisco
You can do it with a registry hack but, it might be hard to convince your site's visitors to implement it.
Here is some more detail:
http://www.peterprovost.org/archive/...0/22/2003.aspx
__________________
Paul Davis
willCode4Beer.com (coding for all the right reasons)
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 04-25-2007, 03:32 PM Re: does XHTML Internet Explorer?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 6,173
Name: Dan
Location: Swindon
When did XHTML 1 go to 1.1 and whats the differance i have only noticed people sayin bout it in last couple of months

Dan
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 04-25-2007, 03:41 PM Re: does XHTML Internet Explorer?
chrishirst's Avatar
Super Moderator

Posts: 13,644
Location: Blackpool. UK
Quote:
When did XHTML 1 go to 1.1
2001

differences are at http://www.w3.org/TR/xhtml11/changes.html#a_changes
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-25-2007, 03:53 PM Re: does XHTML Internet Explorer?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 6,173
Name: Dan
Location: Swindon
Is it just me or are people always a 2-3 years behind the lastest standard?

it seems the newer standards are only talked about at least a year after they are made. if that makes sense...
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 04-25-2007, 04:42 PM Re: does XHTML Internet Explorer?
LadynRed's Avatar
Super Moderator

Posts: 6,562
Location: Tennessee
There is a HUGE debate about using XHTML at all if you're not serving it AS XML instead of text -which is what most of us do. Some 'gurus' suggest just sticking to HTML 4.01 but in STRICT mode rather than serving XHTML as text.

Since 1.1 isnt' supported by IE at all, I stick to XHTML 1.0 Strict-- served as text.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 04-25-2007, 05:30 PM Re: does XHTML Internet Explorer?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 6,173
Name: Dan
Location: Swindon
sorry, im not sure what exactly you mean by served as text, could u explain i probally just know but not know it like hat if u know what i mean..

Dan
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 04-25-2007, 05:34 PM Re: does XHTML Internet Explorer?
yarrgh's Avatar
Skilled Talker

Posts: 75
Quote:
Originally Posted by dansgalaxy View Post
sorry, im not sure what exactly you mean by served as text, could u explain i probally just know but not know it like hat if u know what i mean..

Dan
she means with content type of "text/html".
__________________
http://www.brentonboy.net
yarrgh is offline
Reply With Quote
View Public Profile
 
Old 04-25-2007, 05:39 PM Re: does XHTML Internet Explorer?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 6,173
Name: Dan
Location: Swindon
i thought it could be thought better ask to be sure.. thanks.

isnt there a text/xhtml? and i thought xhtml was suposed to like replace both html and xml and like make a better language which was cleaner?
or have i got the middle of the stick?...
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 04-26-2007, 07:44 AM Re: does XHTML Internet Explorer?
willcode4beer's Avatar
Webmaster Talker

Posts: 695
Name: Paul Davis
Location: San Francisco
Quote:
Originally Posted by dansgalaxy View Post
Is it just me or are people always a 2-3 years behind the lastest standard?

it seems the newer standards are only talked about at least a year after they are made. if that makes sense...
Well, it takes time to write software to implement a standard...

One of the biggest criticisms of the w3c is that they release "standards" without a reference implementation. This means that there is little to no consideration about the feasibility of implementation. The result, notice that there aren't any 100% compliant user agents.

Quote:
Originally Posted by dansgalaxy View Post
and i thought xhtml was suposed to like replace both html and xml
html maybe, XML, no.
It's really just XML with a schema. The schema defines what tags are valid, their attributes, and what tags can be nested in what tags.
__________________
Paul Davis
willCode4Beer.com (coding for all the right reasons)

Last edited by willcode4beer : 04-26-2007 at 07:45 AM. Reason: clarity
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 04-26-2007, 12:56 PM Re: does XHTML Internet Explorer?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 6,173
Name: Dan
Location: Swindon
Okay i think i get it.

DO the w2c do any books? just wondering... i havent seen any book which litterally just lists all the tags and that and what they do. is there a book like that?... and if there is whats it called and where can i get it?

Thanks
Dan
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 04-26-2007, 01:14 PM Re: does XHTML Internet Explorer?
chrishirst's Avatar
Super Moderator

Posts: 13,644
Location: Blackpool. UK
W3c BTW

well there is
http://www.w3.org/MarkUp/Guide/
http://www.w3.org/MarkUp/Guide/Advanced.html

then the specifications
http://www.w3.org/TR/html401/

http://www.w3.org/TR/html401/index/elements.html

http://www.w3.org/TR/html401/index/attributes.html

http://www.w3.org/TR/xhtml1/

if you are feeling really techy you could read the DTD specifications, such as http://www.w3.org/TR/xhtml1/dtds.htm...TML-1.0-Strict
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-26-2007, 01:18 PM Re: does XHTML Internet Explorer?
dansgalaxy's Avatar
Eat, Sleep, Code

Posts: 6,173
Name: Dan
Location: Swindon
sorry typo... i do know its w3c im on there often ...

I know there is things like that but i mean like a actual book which is just like the lsit things so it just says the tag or whatever and what it does,

kinda like
the table things on the gudie/advanced page

just wonderd... i know theres loads of books on html and xhtml and stuff but i mean just basically a list with brief expl of it....

Dan
__________________
Personal UK Webhosting
Get 25% of ANY shared package for life ~ Promo: webmaster-talk (only for members!)
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Reply     « Reply to does XHTML Internet Explorer?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML