Hi,
I converted most (not all) of my pages at http://johnbokma.com/ to
XHTML. I thought this was just a small change from 4.01.
However someone stated quite vaguely that my pages are *not* XHTML since
when a UA requests a page and states that it can handle XML the server
still responds with a Content-type: text/html
I see that http://www.w3.org/TR/xhtml1/ does the same (Firebird)
So is this wrong or not?
"XHTML Documents which follow the guidelines set forth in Appendix C,
"HTML Compatibility Guidelines" may be labeled with the Internet Media
Type "text/html""
Seems to suggest that nothing *is* wrong...
Related questions:
I have read somewhere (lost link) that this is rendered sometimes in
some UA's:
<?xml version="1.0" encoding="UTF-8"?>
Should I configure Apache to do this (if possible) and is this posible
with virtual hosting?
What is a recommended encodig for mixed English/Dutch text?
If I use Dutch on a mainly English page should I use
<span lang="nl" xml:lang="nl">N ederlands</span> Dutch ?
(assuming that nl means Dutch) or do I misunderstand the use of lang?
Many thanks in advance,
Regards,
John
--
email: mail(at)johnbok ma.com (or reply) home: http://johnbokma.com/
Web site hints: http://johnbokma.com/websitedesign/ ~ ICQ 218175426
I converted most (not all) of my pages at http://johnbokma.com/ to
XHTML. I thought this was just a small change from 4.01.
However someone stated quite vaguely that my pages are *not* XHTML since
when a UA requests a page and states that it can handle XML the server
still responds with a Content-type: text/html
I see that http://www.w3.org/TR/xhtml1/ does the same (Firebird)
So is this wrong or not?
"XHTML Documents which follow the guidelines set forth in Appendix C,
"HTML Compatibility Guidelines" may be labeled with the Internet Media
Type "text/html""
Seems to suggest that nothing *is* wrong...
Related questions:
I have read somewhere (lost link) that this is rendered sometimes in
some UA's:
<?xml version="1.0" encoding="UTF-8"?>
Should I configure Apache to do this (if possible) and is this posible
with virtual hosting?
What is a recommended encodig for mixed English/Dutch text?
If I use Dutch on a mainly English page should I use
<span lang="nl" xml:lang="nl">N ederlands</span> Dutch ?
(assuming that nl means Dutch) or do I misunderstand the use of lang?
Many thanks in advance,
Regards,
John
--
email: mail(at)johnbok ma.com (or reply) home: http://johnbokma.com/
Web site hints: http://johnbokma.com/websitedesign/ ~ ICQ 218175426
Comment