Should this exist?
http://www.w3.org/TR/xhtml/DTD/xhtml1-transitional.dtd

I changed it to the following, which does exist, but the same error came up.
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd

This seems to do the trick though,
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
instead of
<html xmlns="http://w3.org/1999/xhtml"; xml:lang="en">


Ade



-----Original Message-----
From: Ian Westbrook
To: cfug dev list
Sent: 5/28/03 8:37 PM
Subject: [ cf-dev ] OT: xhtml validation (slight return)

sorry, the formatting seems to have gone xcrewy on the previous mail. It
should read like this:

Hi
got an xhtml page I'm trying to validate, and I'm down to the last error
that I can't seem to fix.

this is the page:

http://www.futuredream.net/xhtml/index.html

validate it here:

http://validator.w3.org

this is the error:

Line 5, column 37: value of fixed attribute "xmlns" not equal to default

  
<html xmlns="http://w3.org/1999/xhtml"; xml:lang="en">

and this is the code (same as above):

<html xmlns="http://w3.org/1999/xhtml"; xml:lang="en">

anyone any ideas?

TIA

Ian W

Ian Westbrook,
FutureDream Media Limited,
(W): www.futuredream.net
(E): [EMAIL PROTECTED]
(T): +44 (0) 1303 258 985
(M): 07939 510 812

This message may contain information which is legally privileged and/or
confidential. If you are not the intended recipient, you are hereby
notified that any unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such notification
notwithstanding any comments, opinions, information or conclusions
expressed in this message are those of the originator, not of
FutureDream Media Ltd, unless otherwise explicitly and independently
indicated by an authorised representative of FutureDream Media Ltd.


Ian Westbrook,
FutureDream Media Limited,
(W): www.futuredream.net
(E): [EMAIL PROTECTED]
(T): +44 (0) 1303 258 985
(M): 07939 510 812

This message may contain information which is legally privileged and/or
confidential. If you are not the intended recipient, you are hereby
notified that any unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such notification
notwithstanding any comments, opinions, information or conclusions
expressed in this message are those of the originator, not of
FutureDream Media Ltd, unless otherwise explicitly and independently
indicated by an authorised representative of FutureDream Media Ltd.

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to