Hermann Himmelbauer wrote at 2008-8-20 19:34 +0200: >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>" />
HTML forbids "<" in attributes: it must be represented there as "<". Thus, Zope does the correct thing (as standard conformity is a good thing). -- Dieter _______________________________________________ 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 )