Thanks. I changed that line, but got a syntax error. I think the echo part needed single quotes instead of speech marks
<br />
<b>Parse error</b>: syntax error, unexpected T_DNUMBER, expecting ',' or ';' in <b>/home/bananalo/public_html/wp-content/plugins/catablog/templates/admin-export.php</b> on line <b>1</b><br />
I then changed it to the following:
<?php echo '<?xml version="1.0" encoding="UTF-8" ?>' ?>
... and then didn an export again, it's showing no items.
<?xml version="1.0" encoding="UTF-8" ?>
<catablog_items date="2010-10-20" time="17:35:15">
</catablog_items>
Is it looking like i'll have to do a reset?