A website I'm trying to mirror is using `<a xlink:href="/path/to/file">` instead of `<a href="...">`. Is there any way of convincing HTTrack to remove the 'xlink:' prefix, or treat `xlink:href` as normal hrefs?
A website I'm trying to mirror is using
<a xlink:href="/path/to/file">instead of<a href="...">.Is there any way of convincing HTTrack to remove the 'xlink:' prefix, or treat
xlink:hrefas normal hrefs?