Maybe you could try something like this first
PHP Code:
<?php
$string = file_get_contents("PageBox.jdf");
$string = str_replace("od:", "", $string);
file_put_contents("PageBox.xml", $string);
?>
And then run what I gave you before. I don't know the real names for your files so adjust accordingly.