[PHP] Parsing XML CDF format in PHP3 - Stumbling over ?

2001-03-29 Thread Mike Gifford
Hello, For some reason I am now having real difficulties removing and parsing some XML files. I think that if I can just strip out the ? ? that I should be able to parse the XML (.CDF) file. This should do it: $pagetext = eregi_replace('?','',$pagetext); $pagetext =

Re: [PHP] Parsing XML CDF format in PHP3 - Stumbling over ?

2001-03-29 Thread David Robley
On Fri, 30 Mar 2001 14:34, Mike Gifford wrote: Hello, For some reason I am now having real difficulties removing and parsing some XML files. I think that if I can just strip out the ? ? that I should be able to parse the XML (.CDF) file. This should do it: $pagetext =