If you still have access to the old hosting account, you could just move the database itself instead by backing it up and restoring it: https://codex.www.ads-software.com/Moving_WordPress#Moving_to_a_New_Server
]]>https://www.ads-software.com/plugins/woof-by-category/
As macmanx noted, to generate XML, first log in to the dashboard:
Dashboard -> Tools -> Export
]]>xxx.xxx.xxx.xxx
and your cPanel username is cpuser
, load the following URL into your browser:
https://xxx.xxx.xxx.xxx/~cpuser
You may get lucky and your old site will show up. It will probably be broken because the site and home URLs in the WordPress database are incorrect. The URLs can be fixed by adding a couple lines into the wp-config file, but let’s make sure you can access your old site before going any further.
]]>And, restore it on the new one: https://codex.www.ads-software.com/Restoring_Your_Database_From_Backup
]]>Including the table prefix: https://codex.www.ads-software.com/Editing_wp-config.php#table_prefix
]]>