On 11/15/2010 11:51 AM, Kees Hink wrote: > I read in http://pypi.python.org/pypi/collective.xdv (1.0rc11 - 2010-09-05) > that pretty print output is disabled. I am using this version, and i still see > the HTML "pretty-printed". > > Example: > > (...)<h1 id="id"><a href="http://192.168.1.37:8080/iederz" tile="Naar de > homepage"><img > src="/iederz/++resource++iederz.theme.xdv/assets/img/iederz.png" > width="156" height="78" alt="iederz, werken mogelijk maken" /></a></h1>(...) > > is changed into > <h1 id="id"> > <a href="/" tile="Naar de > homepage"><img src="assets/img/iederz.png" > width="156" height="78" alt="iederz, werken mogelijk maken" /></a> > </h1> > > Is there any way to disable this? > > Kees > > PS Yes, "tile" should be "title".
I messed up this message. The first line in the example is the xdv-styled result, the second is the xdv theme. The pretty_print=False in collective.xdv's transforms.py does what it says, for as far as i can tell. My problem is IE7 is rendering an xdv-styled page differently than the theme from which it was created, but it must be due to something else. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
