I'm looking to auto pull an xml file from an offsite url and merge it into a sqlite db every two hours. The server is lamp. (If it is too difficult to do for sqlite, then merging the xml into a mysql table would also be fine.)
xml:
<entries>
<entry>
<name>John Smith</name>
<age>20</age>
<gender>male</gender>
</entry>
</entries>