RE: [PHP] Invalid Characters, XML...

2003-08-04 Thread Ivo Pletikosic
rom writing others. -Original Message- From: Russell P Jones [mailto:[EMAIL PROTECTED] Sent: Sunday, August 03, 2003 6:52 PM To: [EMAIL PROTECTED] Subject: [PHP] Invalid Characters, XML... Im using PHP to write to XML files, but I am having some problems. A lot of users are cutting and past

RE: [PHP] Invalid Characters, XML...

2003-08-04 Thread Luis Lebron
-", "°" => "°", "±" => "±", "-" => "–", """ => "“", """ => "”","..." => "…","'" => "‘","²" =>"²",&qu

Re: [PHP] Invalid Characters, XML...

2003-08-04 Thread David Otton
On Sun, 3 Aug 2003 21:51:53 -0400 (EDT), you wrote: >Im using PHP to write to XML files, but I am having some problems. A lot >of users are cutting and pasting content from text editors like word, >which uses odd quotation marks, dashes, etc. which PHP writes to the XML >file, and then the XML par

[PHP] Invalid Characters, XML...

2003-08-03 Thread Russell P Jones
Im using PHP to write to XML files, but I am having some problems. A lot of users are cutting and pasting content from text editors like word, which uses odd quotation marks, dashes, etc. which PHP writes to the XML file, and then the XML parser does not under stand. Is there a stripslashes() or ht