Andreas,

I'm not too sure what causes the error, but I think it could be the line at
the top of 00modlist.long.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">

I think that IE can't access the file at DTD/xhtml1-transitional.dtd.
Either it's not there or since on FTP (where servers are often full) the
request to the file is denied and IE can't gracefully handle that situation.
This would account for the error only coming up on ftp versions of the page.

For a solution, my guess would be to replace  DTD/xhtml1-transitional.dtd
with an absolute URL off of a web server, like
http://whatever.com/whatever/DTD/xhtml1-transitional.dtd  that way there is
a greater chance that the file can be accessed.  It's just a guess, may not
work at all.  I have no real XML knowledge, but that's the only XML document
referenced in the code, and the error is an XML error for a "The system
cannot locate the object specified."

Hope it helps,
- matt


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andreas J.
> Koenig
> Sent: Friday, May 25, 2001 4:24 PM
> To: Matthew Sielski
> Cc: [EMAIL PROTECTED]
> Subject: Re: XML error
>
>
> >>>>> On Wed, 23 May 2001 16:55:28 -0400, "Matthew Sielski"
> <[EMAIL PROTECTED]> said:
>
>   > FYI...
>   > You're probably already aware of this.. but IE 5.5 gives an
> XML error on the
>   > page:
>   > ftp://ftp.nl.uu.net/pub/CPAN/modules/00modlist.long.html
>
>   > If you want more info about it, let me know.  It's been
> duplicated on a
>   > number of IE 5.5 machines.
>
> Thanks for the report. I had got some reports about it before but
> without a Windows machine I had no chance tracking it down. Now I have
> a Windows machine and IE 5.5 running and I can reproduce it. But I
> have no idea what IE might have troubles with. Do you have more clue?
>
> Note that the same document gets displayed without complaints when
> it is coming from an http server.
>
> Any advice welcome.
>
>
> --
> andreas
>

Reply via email to