- or download this
mysqldump --xml --compact dbname > out.xml
- or download this
my $db=qq(classicmodels);
my $xml= qx(mysqldump --xml --compact $db);
- or download this
<?xml version="1.0"?>
...
<field name="creditLimit">21000</field>
</row>
<!-- Skipped the next 20.000 lines... -->