jerry
2011-08-13 10:17:45 UTC
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
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
--
You received this message because you are subscribed to the Google Groups "Genshi" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to genshi+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/genshi?hl=en.
You received this message because you are subscribed to the Google Groups "Genshi" group.
To post to this group, send email to ***@googlegroups.com.
To unsubscribe from this group, send email to genshi+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/genshi?hl=en.