I am trying to move a WordPress site to a new system. For this, all the posts, comments and users need to be exported to xml files.
Exporting posts and feedback is already given in WordPress export menus.
I know, I can export users directly from database.
I want to know, is there any way other than that someone tried?
Use phpmyadmin, the MySQL database admin tool, which should be available on your webhost or you can install it yourself: http://www.phpmyadmin.net/home_page/index.php
Export in CSV, XML, SQL, etc.