<?xml version="1.0" encoding="utf-8"?>
<?php header('Content-Type: application/xml', true); ?>
<?php $string = 'string'; ?>
<test>
    <node><?php echo $string; ?></node>
</test>
<?php #$document = new xhtmlDocument(); ?>
<?php #header('test'); ?>
