[phpxmlrpc] HTML entity bug?

Ben Kazez kazezb at carleton.edu
Sun Aug 21 23:57:53 BST 2005


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 "&lt;<" for what should be
just "&lt;". 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


More information about the phpxmlrpc mailing list