[Zope] external method, not escaping < and >

Mihamina Rakotomandimby mihamina.rakotomandimby at etu.univ-orleans.fr
Thu Dec 21 14:32:39 EST 2006


Hi,
I have an external method that fetches some web content (POP messages)
then format an HTML output to make it easy to display.
the Id of the external method is "mm". So as I said, it returns HTML
content, with HTML tags and "<"s and ">"s.
I directly call that external method from a ZPT this way:
	<div tal:content="python:here.mm()"> 
    		foo
	</div>
the problem is the ">" and "<" returned by "mm" are all transformed to
&lt; and &gt;. How to avoid that?

Thank you.



More information about the Zope mailing list