Importing XML into an AWS RDS instance
- by RoyHB
I'm trying to load some xml into an AWS RDS (mySql) instance.
The xml looks like: (it's an xml dump of the ISO-3661 codes)
<?xml version="1.0" encoding="UTF-8"?>
<countries>
<countries name="Afghanistan" alpha-2="AF" alpha-3="AFG" country-code="004" iso_3166-2="ISO 3166-2:AF" region-code="142" sub-region-code="034"/>
…