I have a text file that has a very simple structure like this:
Title: This is title of post 1
Body: Here is the body
Title: This is title of post 2
Body: Here is the body
I would like to convert this text file to a suitable xml format such that Wordpress can import all the posts automatically.
Is there any tool or method that may help me to do this?
SimpleXMLElement. – Wyck Nov 1 '12 at 16:45