SV: [ZPT] mangled source
Magnus Heino (Rivermen)
magnus.heino@rivermen.se
Mon, 25 Jun 2001 08:35:59 +0200
> > something like this:
> > <td tal:content="here/blah/blah">text</td>
> >
> > ends up like:
> > <td
> > tal:content="here/blah/blah">text</td>
> >
> > after it's saved.
>
> Ah, the wrapping feature. We do this because the HTML/XML parsers
> don't tell us where and what the whitespace in the source is. To turn
Why is the result
<td
tal:content="here/blah/blah">text</td>
instead of something like
<td
tal:content="here/blah/blah">text</td>
?
/Magnus