Ted Vinke <[EMAIL PROTECTED]> wrote: > the fact that most of the source of the (custom) editwizard pages is > written on a single line, makes it very hard to debug e.g. Javascript and > other custom code. > > A bit Javascript at the top of the output of the editwizards is shown > okay, but as from <BODY... and downwards all is on one line. Since > this occurs in multiple browsers somewhere in the MMBase chain it seems > that everything that isn't between <xsl:text...> or <![CDATA[ is stripped > from linebreaks. > > Has anyone experienced this before while debugging MMBase output and can > point me in the right direction to prevent MMBase from wrapping everything > on one line? Own created XHTML 1.0 UTF-8 .jspx pages do not have this > problem.
Editwizards are XSL output. You could perhaps change this behaviour (which is a feature), by overriding the <xsl:output settings. Stripping away all linebreaks (which are irrelevant in HTML) is a requested feature for mm:content. Michiel -- Michiel Meeuwissen Mediacentrum 140 H'sum +31 (0)35 6772979 nl_NL eo_XX en_US mihxil' [] ()
