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".
xdv has a -p option, probably that's still used from collective.xdv _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
