Hi, I'm trying to use facebook's xfbml, it uses a custom namespace which I declared like this:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb=" http://www.facebook.com/2008/fbml"> And in the body I write this: <fb:login-button></fb:login-button> The problem is that when the login-button part gets rendered I get: <login-button></login-button> Is there a way to tell chameleon to ignore certain namespace?? Thanks!
_______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev