X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FHelper%2FXMLParser.php;h=59eec675691b9da503ede0534043710870a4f021;hb=b6681659a7cabd3599f6a7040aa06fa75e4be052;hp=62332258b49d1a77438cc1864d0cdc70ed86cb1b;hpb=81718c9d09a3be92fe37fa0ed0f2254d5e65eeb2;p=plcapi.git diff --git a/src/Helper/XMLParser.php b/src/Helper/XMLParser.php index 6233225..59eec67 100644 --- a/src/Helper/XMLParser.php +++ b/src/Helper/XMLParser.php @@ -12,6 +12,8 @@ use PhpXmlRpc\Value; * @todo implement an interface to allow for alternative implementations * - make access to $_xh protected, return more high-level data structures * - add parseRequest, parseResponse, parseValue methods + * @todo if iconv() or mb_string() are available, we could allow to convert the received xml to a custom charset encoding + * while parsing, which is faster than doing it later by going over the rebuilt data structure */ class XMLParser {