![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: XML parsing and HTML comments
From: Colin McKinnon <colin.deletethis@andthis.mms3.com>
Date: Wed Sep 14 2005 - 10:03:46 CEST
Andy Hassall wrote:
> On Tue, 13 Sep 2005 13:27:18 +0100, Colin McKinnon
erk.
Thanks Andy. At least I know I'm not doing something stupid.
For software I'm planning to release, patching the source isn't an ideal
$xml=str_replace('<!--', '<![CDATA[<!--', $xml);
(again not ideal, but hopefully less painful than recompiling/maintaining
C.
|