Skip to content

Instantly share code, notes, and snippets.

View aicma's full-sized avatar

Alex Mersdorf aicma

  • Grainau, Germany
View GitHub Profile
<?php
// INPUT: phpMyAdmin xml-dump
// HOW TO: on CLI: php dump-to-dataset.php dumpfile.xml
// OUTPUT: dumpfile.xmldataset.xml
$xsl = "<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
<xsl:template match='/'>
<dataset><xsl:text>&#xa;</xsl:text>
<xsl:for-each select='pma_xml_export/database/table'>