[Phpmyadmin-devel] XML support for exporting

There's option to export as XML in db_export.php while not in server_export.php in 3.4.0-aplha release... and this is same for previous stable releases too.. Why it is like this? why whole server can't be exported as XML file? ___ Regards systemw0rm

Hi Dne Thu, 9 Dec 2010 03:25:03 +0530 AAMIR KHAN <ak4u2009@gmail.com> napsal(a):
There's option to export as XML in db_export.php while not in server_export.php in 3.4.0-aplha release... and this is same for previous stable releases too.. Why it is like this? why whole server can't be exported as XML file?
The reason being that the XML plugin does not support it, patches are welcome to implement it (the schema should allow it). -- Michal Čihař | http://cihar.com | http://blog.cihar.com

I am looking forward to build patch for XML server export. On Thu, Dec 9, 2010 at 2:50 PM, Michal Čihař <michal@cihar.com> wrote:
Hi
Dne Thu, 9 Dec 2010 03:25:03 +0530 AAMIR KHAN <ak4u2009@gmail.com> napsal(a):
There's option to export as XML in db_export.php while not in server_export.php in 3.4.0-aplha release... and this is same for previous stable releases too.. Why it is like this? why whole server can't be exported as XML file?
The reason being that the XML plugin does not support it, patches are welcome to implement it (the schema should allow it).
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
------------------------------------------------------------------------------ This SF Dev2Dev email is sponsored by:
WikiLeaks The End of the Free Internet http://p.sf.net/sfu/therealnews-com _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

2010/12/10 AAMIR KHAN <ak4u2009@gmail.com>:
I am looking forward to build patch for XML server export.
On Thu, Dec 9, 2010 at 2:50 PM, Michal Čihař <michal@cihar.com> wrote:
Hi
Dne Thu, 9 Dec 2010 03:25:03 +0530 AAMIR KHAN <ak4u2009@gmail.com> napsal(a):
There's option to export as XML in db_export.php while not in server_export.php in 3.4.0-aplha release... and this is same for previous stable releases too.. Why it is like this? why whole server can't be exported as XML file?
The reason being that the XML plugin does not support it, patches are welcome to implement it (the schema should allow it).
Hi all, I created a xml_export branch in the git repository, for working on the xml export function. I already added the patch of Aamir, which enables the export 'structure schema' option. How to track the xml_export branch is explained here : [0] When ready, it will be merged (as new feature) with the development branch (probably 3.5-dev). [0] http://wiki.phpmyadmin.net/pma/Devel:Git#Working_with_branches Greets, Dieter
participants (3)
-
AAMIR KHAN
-
Dieter Adriaenssens
-
Michal Čihař