| > I run a website which serves *.php documents with the 
> text/xml mime type. HTTrack does not parse (read and 
follow 
> links) those documents unless I trick it by having the 
> server send a text/html mime type instead.
> Note that for offline browsing the files need to have 
> a .xml extension so I have to configure HTTrack with --
> assume php=text/xml
HTTrack isn't able to parse XML data -- because it does not 
have the corresponding DTD for that.
Note: XHTML data should be tagged as text/html
 |