Some people have deactivated short_open_tags in php, because writing "<?xml ..." in a php file would throw an php fatal error. So please: Never use short open tags in your wordpress plugings. Just write <?php echo $var; ?> this is secure and works on ALL configurations.
Thanks,
Marc