Say I have this code: $this->xml = '<?xml version="1.0" encoding="ISO-8859-1"?>'."\n"; echo($this->xml);
My syntax coloring gets all messed up because the ?> within the string is mistaken for a PHP end tag. In the example above, the code '."\n"; echo($this->xml); would appear as plain text. Is there any way to get around this? Thanks! -- <http://forum.pspad.com/read.php?2,41035,41035> PSPad freeware editor http://www.pspad.com
