Genshi variable not accessible in Facebook namespaces

14 views
Skip to first unread message

jerry

unread,
Aug 13, 2011, 6:17:45 AM8/13/11
to Genshi
Hi,

My Genshi variables are not accessible in Facebook namespace tag,
e.g., the following --

"""
<div>${genshi}</div>
<fb:like href="${'http://google.com/?q=%s' % genshi}"/>
"""

would produce --

"""
<div>Genshi</div>
<<fb:like href="${'http://google.com/?q=None"/>
"""

BTW, I'm using following doctype, does it matter? --

"""
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
TR/html4/strict.dtd">
<html xmlns:fb="http://www.facebook.com/2008/fbml">
"""

Appreciate any hint!

Jerry
Reply all
Reply to author
Forward
0 new messages