Re: I tried to convert www.yahoo.com to xhtml but fail

Larry --

I tried

	java org.w3c.tidy.Tidy -clean -asxml www.yahoo.com

and it worked fine.  What does your program look like that you're using
to output the XML?

Gary

Larry Yu wrote:
> 
> Hello,
> 
> I have saved the www.yahoo.com index page and hope to use jtidy to
> convert it to xml. However I get the following error and the the
> conversion stop in somewhere.
> I have used
>           tidy.setMakeClean(true);
>           tidy.setXmlOut(true);
> in my program now.
> How can I set values in my program?
> 
> Thanks your ideas in advance.
> 
> Larry
> 
> <snip>

Received on Thursday, 6 July 2000 12:28:46 UTC