Re: urgent question about Tidy

Chunbo Shao wrote:
> I am urgently using tidy for my master graduation project.
> When I use tidy with the url
> "http://www.denverartmuseum.org/cfm/exhibit.cfm", it gives me the
> following exception message on the screen:
> 
> java.lang.ArrayIndexOutOfBoundsException: 8192
>         at org.w3c.tidy.PPrint.printText(PPrint.java, Compiled Code)
>         at org.w3c.tidy.PPrint.printDocType(PPrint.java, Compiled Code)
>         at org.w3c.tidy.PPrint.printTree(PPrint.java, Compiled Code)
>         at org.w3c.tidy.PPrint.printTree(PPrint.java, Compiled Code)
>         at org.w3c.tidy.Tidy.parse(Tidy.java, Compiled Code)
>         at Test16.run(Test16.java, Compiled Code)
>         at java.lang.Thread.run(Thread.java, Compiled Code)
> 
> Would you please do me a favor to tell me what's the probelm here? How I
> can fix it? (When I run tidy, I tested that this url works ok.)
> 
> Looking forward to your kind reply.
> 
> Great thanks.
> 
> Major Shao

Major --

I do not get this problem with the latest (r6) version of JTidy.  This
probably relates to a bug in an earlier version of JTidy which has since
been fixed.  Please download the latest version and give it a try and
let us know if you still have the problem.

Gary

Received on Tuesday, 2 January 2001 13:58:53 UTC