473,396 Members | 1,968 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

XHTML 1.0 vs HTML 4.0

Just wondering about the "new" mark-up standard, now that it is several
years old! Is the handling of XHTML more consistent than the handling of
HTML by different user agents? Are there still innumerable hacks that have
to be implemented in XHTML in order to force a page to appear the same way
in IE, Gecko, & Opera browser engines?

Also, when combining server side includes with XHTML, what are the
appropriate file extensions...

Thanks in Advance...

--
Timothy Casey GPEMC! >11950 is the nu****@fieldcraft.biz 2email
Terms & conditions apply. See www.fieldcraft.biz/GPEMC
Discover valid interoperable web menus, IE security, TSR Control,
& the most advanced speed reading application @ www.fieldcraft.biz
Aug 2 '06 #1
5 1496
Gazing into my crystal ball I observed "Number 11950 - GPEMC! Replace
number with 11950" <nu****@fieldcraft.bizwriting in
news:44***********************@lon-reader.news.telstra.net:
Just wondering about the "new" mark-up standard, now that it is
several years old! Is the handling of XHTML more consistent than the
handling of HTML by different user agents? Are there still innumerable
hacks that have to be implemented in XHTML in order to force a page to
appear the same way in IE, Gecko, & Opera browser engines?

Also, when combining server side includes with XHTML, what are the
appropriate file extensions...

Thanks in Advance...
This has been discussed to death. You may want to check the discussion
in alt.html <http://tinyurl.com/m4wyzfor more informatin.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Aug 3 '06 #2

"Adrienne Boswell" <ar****@yahoo.comwrote in message
news:Xn****************************@69.28.186.121. ..
Gazing into my crystal ball I observed "Number 11950 - GPEMC! Replace
number with 11950" <nu****@fieldcraft.bizwriting in
news:44***********************@lon-reader.news.telstra.net:
Just wondering about the "new" mark-up standard, now that it is
several years old! Is the handling of XHTML more consistent than the
handling of HTML by different user agents? Are there still innumerable
hacks that have to be implemented in XHTML in order to force a page to
appear the same way in IE, Gecko, & Opera browser engines?

Also, when combining server side includes with XHTML, what are the
appropriate file extensions...

Thanks in Advance...

This has been discussed to death. You may want to check the discussion
in alt.html <http://tinyurl.com/m4wyzfor more informatin.
Thank you. I'll pilot an XHTML page once the site template is complete.

HTML 4.01 & XHTML 1.0 as dual output options for Web Sergeant 2006 if the
XHTML Strict DTD can produce the same degree of fuctionality as in HTML 4.01
Strict, and if the XHTML Strict DTD performs better across UAs, then the
site will go up in XHTML...

--
Timothy Casey GPEMC! >11950 is the nu****@fieldcraft.biz 2email
Terms & conditions apply. See www.fieldcraft.biz/GPEMC
Discover valid interoperable web menus, IE security, TSR Control,
& the most advanced speed reading application @ www.fieldcraft.biz
Aug 3 '06 #3

Number 11950 - GPEMC! Replace number with 11950 wrote:
Just wondering about the "new" mark-up standard, now that it is several
years old! Is the handling of XHTML more consistent than the handling of
HTML by different user agents?
No. Served as XHTML a large number of user agents (including Microsoft
Internet Explorer, upto and including the latest beta of version 7)
will not render it. Served as HTML a few browsers will handle <foo />
correctly according to HTML rules ("A foo element followed by a greater
than sign") which is usually less than desirable.
Are there still innumerable hacks that have to be implemented in XHTML in order to
force a page to appear the same way in IE, Gecko, & Opera browser engines?
Those issues are more with the CSS engines then the (X)HTML parsers.
Also, when combining server side includes with XHTML, what are the
appropriate file extensions...
On the WWW file extensions are irrlevelent. The server just needs to be
configured to send the right content-type headers and to examine the
files for includes.

Aug 3 '06 #4

Adrienne Boswell wrote:
This has been discussed to death.
Is it Thursday already? It's usually Thursdays isn't it, when the
Zombie FAQ That Will Not Die returns.

Aug 3 '06 #5
On 3 Aug 2006 02:17:59 -0700, "David Dorward" <do*****@gmail.comwrote:
>Served as HTML a few browsers
Examples ? (and more than one please. So far I've only ever seen _one_
example of such a beast mentioned here, and even that was an obscure
emacs add-on)
will handle <foo />
correctly according to HTML rules ("A foo element followed by a greater
than sign") which is usually less than desirable.

Aug 7 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

24
by: Nobody | last post by:
Okay, you are all so smart in here. Answer me this: IE6 in standards mode doesn't seem to hide scrollbars on the body element (overflow:hide) Ain't this a quandary. I have it in my head that I...
59
by: Philipp Lenssen | last post by:
I've tested some of the new Nokia 6600 functionality. It ships with WAP2 and XHTML Support (it says). What it does is check the Doctype -- if it's not the XHTML Mobile Profile Doctype, but a...
32
by: jp29 | last post by:
My take on problems composing, serving and rendering XHTML documents/web pages: 1. Typical conscientious web authors are producing XHTML documents (Web pages) that feature valid Markup and with...
16
by: Mcginkel | last post by:
I am trying to find a way to load XHTML content in an Iframe. I use to do this in html by using the following code : var iframeObject = document.createElement("iframe");...
82
by: Buford Early | last post by:
I read this in http://annevankesteren.nl/2004/12/xhtml-notes "A common misconception is that XHTML 1.1 is the latest version of the XHTML series. And although it was released a bit more than a...
3
by: Frank Thomas | last post by:
So, where are we (as an industry) with regards to XHTML? I've been going through a book published in 2002 that promotes the idea that we should all be looking to create new projects as compliant...
12
by: Alex D. | last post by:
How can I stop asp.net from rendering XHTML istead of HTML? My javascripts are rendering wrong because of that. It is rendering &amp; to clients instead of &. Any help? Thanks, Alejandro.
11
by: Michael Powe | last post by:
How can I make an XHTML-compliant form of an expression in this format: document.write("<scr"+"ipt type='text/javascript' src='path/to/file.js'>"+"</scr"+"ipt>"); this turns out to be a...
10
by: Robert Huff | last post by:
Can someone offer suggestions why, on the same server (Apache 2.2.8), this works <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="en-US"> <head> <link rel=stylesheet...
6
by: Guy Macon | last post by:
cwdjrxyz wrote: HTML 5 has solved the above probem. See the following web page: HTML 5, one vocabulary, two serializations http://www.w3.org/QA/2008/01/html5-is-html-and-xml.html
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.