Hi, I have a page template, that should have the characters "<" and ">" in the resulting HTML code, e.g.:
<input type="hidden", name="xyz", value="<ABC>" /> Zope3 makes a < / &rt; out of the "<>" characters: <input type="hidden", name="xyz", value="<ABC&rt;" Is there a way to get around this automatic conversion? I tried it via: <input .... tal:attributes="value python:'<ABC>'" /> But this makes no difference. Any clues? Best Regards, Hermann P.S.: I know, this seems to make no sense, but the page is a template for another, foreign application, which needs this specific values as placeholders and which I can not adapt... -- [EMAIL PROTECTED] GPG key ID: 299893C7 (on keyservers) FP: 0124 2584 8809 EF2A DBF9 4902 64B4 D16B 2998 93C7 _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )