From piotr.prz@gmail.com Wed Jul 13 22:28:29 2011 From: Piotr Przybylski To: developers@phpmyadmin.net Subject: [Phpmyadmin-devel] XML export Date: Thu, 14 Jul 2011 00:28:22 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7002737242689248083==" --===============7002737242689248083== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, Is XML export used at all? It was missing data escaping in many places, and structure (table, function, ...) export was just broken. I fixed it a bit, but there are still some problems that remain: - escaping of table/db names and data in other encodings than ISO-8859-1 - it uses SHOW CREATE TABLE without any required fixes File format itself is interesting. I don't expect XML Schema for it to exist, but at least namespace usage should be consistent. I think fixing this and rewriting output format to be more consistent should appear on Tasks for junior developers. And maybe extending it to output data in more concise format, eg.: value ... ...
-- Regards, Piotr Przybylski --===============7002737242689248083==--