comments
[plcapi.git] / src / Helper / XMLParser.php
index 6233225..59eec67 100644 (file)
@@ -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
 {