Re: Tidy adding returns inside xml elements

* JOSEPH GHOBREAL wrote:
>I was searching the net for a solution for the problem mentioned above,
>can you send me the patch to fix this problem.

So you have

  <foo><bar/><baz></baz></foo>

and want

  <foo><bar/><baz></baz></foo>

but Tidy gives

  <foo>
    <bar />
  
    <baz>
    </baz>
  </foo>

and that's a problem?

Received on Monday, 19 May 2003 14:09:51 UTC