Help for this page

Select Code to Download


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