| > Apparently, the message changes with the browser I
> use so with Opera it says ..
>
> XML parsing failed: syntax error (Line: 2,
> Character: 75)
>
> The first two lines of code (as said by Firefox) is
> ..
>
> <?xml-stylesheet type="text/xsl" href="../../layout/zerg-mutalisk.xml">
> <html>
If it's on line 2 of every file, just post the first 5 lines of the file.
However it looks like the XML declaration is bad, which may or may not affect
your mirror. I've never tried it. The site may be constructing invalid XML.
Basically any xml tag that starts with...
<? needs an ending ?> for that tag.
Take a look at this link...
<http://www.w3.org/TR/xml-stylesheet/#The%20xml-stylesheet%20processing%20instruction>
If it's killing your Httrack, you might send the site admin an email (maybe
not tell him you're mirroring his site :) or ask if he can supply you with an
extract ?!!!
Anyway an email might fix, might not.
> | |