Java Tidy

I have been using TidyCOM for quite some 
time. Recently I started using Java version 
of Tidy --tidy.jar

After it parses a HTML file the output of the 
Java version of tidy has the default XHTML namespace
like this.

<html
xmlns="http://www.w3.org/1999/xhtml">

This causes a problem with the programs that use
this output. Of course I could programatticaly remove
the namespace declaration. 

But  I wonder how to turn the xmlns generation off.
This does not happen with TidyCOM.

Thanks in advance.

Arun

Received on Tuesday, 10 September 2002 14:55:32 UTC