Hi, I have two questions/issues concerning xdv:
1. How can inline JavaScript be included? The Usecase is: PloneFormGen allows to incect arbitrary (javascript) code into a form with the HeaderInjection-field. If the field is rendered with an HTML comment '<!--' the whole script is ignored. If the HTML comment is omitted the script is enclosed with <![CDATA[ ... ]]> and the browser can't interpret the script. 2. On IE7 strange characters are included into the resulting page. I have an Apache setup like described in [1] with Plone as a backend on a RedHat Linux. The chars are ALWAYS on the first and at the last position of the serverd page (right before the <DOCTYPE ... and after the </html>-tag) and randomly in between. The last char is always a "0" all other chars vary. The first idea was: The first char is a BOM. And indeed the theme had a file with DOS-line endings. But after this was changed the issue still persists. Any hints on that? Thanks, -Tom [1] http://pypi.python.org/pypi/xdv/0.4b2 -- My Book "Plone 3 Multimedia" ist available! http://amzn.to/dtrp0C Tom Gross [email protected] skype.....................tom_gross web.........http://toms-projekte.de blog...http://blog.toms-projekte.de _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
