Hi,

I create the content of an XML file using PHP.
The problem is both the PHP and the XML tags are <? ?>
If I write:
<?php
$xml = '<?xml version ....?>';
echo 'test';
?>
PSPad thinks the closing PHP tag is on the $xml line.
The rest of the code is then orange :)

Any way to fix this ?

Thanks for your time

-- 
<http://forum.pspad.com/read.php?2,45768,45768>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem