Groups
Groups
Sign in
Groups
Groups
Genshi
Conversations
About
Send feedback
Help
Genshi variable not accessible in Facebook namespaces
14 views
Skip to first unread message
jerry
unread,
Aug 13, 2011, 6:17:45 AM
8/13/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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