List, I'm trying to set the src attribute of the img tag to the url of a cgi script, including the query string. When returning this value from python, the ampersands in the query string get substituted into & entities. Is there a way to turn this off? (Please reply to all, since I'm not on this list) -- Alex
This is actualy "correct" behavior: http://lists.w3.org/Archives/Public/www-html/2001Sep/0090.html ----- Original Message ----- From: "Alexander Westholm" <alex@confmon.com> To: <zope@zope.org> Sent: Friday, June 28, 2002 9:03 AM Subject: [Zope] tal:attributes question
List,
I'm trying to set the src attribute of the img tag to the url of a cgi script, including the query string. When returning this value from python, the ampersands in the query string get substituted into & entities. Is there a way to turn this off?
(Please reply to all, since I'm not on this list)
-- Alex
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Alexander Westholm -
Chris McDonough