I'm trying to get Facebook Connect working in my app.  One of the
things I need to do is get the HTML tag to look like this:

<html xmlns="http://www.w3.org/1999/xhtml"; xmlns:fb="http://
www.facebook.com/2008/fbml">

I'm able to alter the xmlns output by doing this:

<extend tag="page">
  <old-page merge without-live-search xmlns="http://www.w3.org/1990/
xhtml">


 but the xmlns:fb is giving me trouble.  This gives me an error:

<extend tag="page">
  <old-page merge without-live-search xmlns="http://www.w3.org/1999/
xhtml" xmlns:fb="http://www.facebook.com/2008/fbml";>

The error is: invalid attribute name 'xmlns:fb' -- at app/views/
taglibs/application.dryml:35


Is there a way to get the html tag to output the way I need it to?

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to