JTidy and new lines

Hi,

I am using the JTidy command line  tool to clean html documents.

I noticed that my original line breaks in the input document are
not respected.

The only options that I am using are -asxml and -q

For example if I have

<INPUT type="text" .......>
<INPUT type="text" .......>

It becomes 

<INPUT type="text" .......> <INPUT 
type="text" .......>


Is there any workaround ?

Thanks
Shahed

Received on Wednesday, 8 January 2003 12:26:20 UTC