Christian Montoya wrote: > Interestingly enough, though, I had to use Facebook Connect on a > recent project, and in order to use it you have to use XHTML 1.0 > Strict with Facebook's xmlns: > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html > xmlns="http://www.w3.org/1999/xhtml" > xmlns:fb="http://www.facebook.com/2008/fbml">
Umm - yuck. > It's not just a valid use of XHTML; it's actually a useful one, too. It isn't even going to be a valid use of XHTML - since the DTD referenced by the Doctype doesn't include the elements from the Facebook namespace. If you go down that path, then you should be looking at getting a DTD that includes all the elements or using schema validation. -- David Dorward <http://dorward.me.uk/> ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************