HTML entity bug?
Ben Kazez <[email protected]> Sun, 21 Aug 2005 18:57:53 -0400
| Newsgroups | gmane.comp.php.xml-rpc |
|---|---|
| Message-ID | <[email protected]> |
I'm using the XML-RPC for PHP library in an XML-RPC client web application I'm writing, and I've run into what might be a bug. The XML response contains HTML entities such as <, but they're appearing in the result in doubles, like "<<" for what should be just "<". Every time an HTML entity appears, it is replaced by the original entity followed by the literal character. Is this a mistake on my end or a bug in XML-RPC for PHP? Thanks, Ben Kazez