Re: does it really exist any xhtml 2?
- From: Eric B. Bednarz <bednarz@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 25 Nov 2005 16:02:24 +0100
Gianni Rondinini <bugbarbeq@xxxxxxx> writes:
> said this, i'll stick back to the "old" html 4.01 (eventually xhtml
> 1.0). since i can't see no big differences between them, if not few
> tags closed with [blank]/> and similar,
That is the unfortunate oversimplified view that you'll find in lots of
so-called 'tutorials' and one of the reasons that XML on the web is a
speedy downhill trip to desaster.
Don't compare html and xhtml *at all*. You are doomed to jump to
erroneous conlusions. '/>' in the context of a tag close delimiter
means a literal '>' after the tag in HTML, in the context of an SGML
parser (as the W3C valiation service uses for XHTML) that processes XML
it means *two* delimiters, and for a real XML parser it's actually *one
delimiter*.
In practical terms, you should note that you cannot use document.write
in XHTML at all and that all your STYLE and SCRIPT elements should link
to external files (or you'd need ridiculous escape syntax in many
cases). And so on.
> the biggest difference becomes
> having an icon "w3c html 4.01 compliant" or "w3c xhtml 1.0 compliant"
> at the bottom of my pages. what would you prefer to have? or you don't
> mind not having one nor the other?
Cf.
<http://www.cs.tut.fi/~jkorpela/html/validation.html#icon>
--
||| hexadecimal EBB
o-o decimal 3771
--oOo--( )--oOo-- octal 7273
205 goodbye binary 111010111011
.
- Follow-Ups:
- Re: does it really exist any xhtml 2?
- From: Gianni Rondinini
- Re: does it really exist any xhtml 2?
- References:
- does it really exist any xhtml 2?
- From: Gianni Rondinini
- Re: does it really exist any xhtml 2?
- From: Gianni Rondinini
- does it really exist any xhtml 2?
- Prev by Date: Re: does it really exist any xhtml 2?
- Next by Date: Re: Collect and store form data entered by site visitors
- Previous by thread: Re: does it really exist any xhtml 2?
- Next by thread: Re: does it really exist any xhtml 2?
- Index(es):
Relevant Pages
|