Click to See Complete Forum and Search --> : XHTML 1.1 Strict DTD


Tim158
03-08-2003, 06:54 AM
Does anyone know the DTD for XHTML 1.1 Strict? I have looked all over the W3C with no luck.

zapdos900
03-08-2003, 06:58 AM
you could download html-kit

Tim158
03-08-2003, 07:11 AM
Thanks but that shows me XHTML 1.0 Strict, which I already know.

P.S. Stop plugging your program - This is called spam.

zapdos900
03-08-2003, 07:34 AM
:mad: :mad: :mad: :mad:

IT IS NOT MY PROGRAM CHAMI.COM S PROGRM!!!!!!

boojum
03-08-2003, 08:11 AM
its almost the same as 1.0 sdtrict (by the way its not 1.1 strict, just 1.1), replace the 1.0s with 1.1s
<!DOCTYPE
html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

unless you want the actual dtd itself which can be found here
http://www.w3.org/TR/xhtml11/xhtml11_dtd.html

Tim158
03-08-2003, 08:38 AM
Yup, that's what I was looking for, thanks.

spufi
03-09-2003, 08:52 PM
Or, you can find it via link in my signature. :) I also swithced over to XHTML 1.1 more recently.

pyro
03-09-2003, 09:09 PM
I have the page that spufi linked to bookmarked in my browser...

Zach Elfers
03-10-2003, 03:11 PM
Why can't you just type "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" in the location bar? Shouldn't you be able to download it that way? I have never tried this.

boojum
03-10-2003, 04:13 PM
download yes, view in the web browser no, which is why i gave the other link