It looks like you're new here. If you want to get involved, click one of these buttons!
I've improved your code in sitemap_xml.php inserting the following code underneath the unset() statement:
$pos = 0;
foreach($nav as $n) {
    if ( count($n) > 1 ) {
        if ( strpos( $n['location'], 'http') > -1 ) {
            unset($nav[$pos]);
        }
    }
    $pos++;
}
Stops external urls reaching the xml.