Create Post Types from a XML url (Real Estate website)
I have a URL provided by my Real Estate service that lists, in a XML file, every apartment and house that I have to sell.
The XML url lists every detail of every apartment, things like images, year of building, floor, prices, rent, etc.
I need to create a Real Estate WordPress website where I can list, from this url, all those apartments and house and also show a filter where I can filter apartaments by price, by location, etc.
Maybe I could implement a Custom Post Type named "Properties" and set their details in custom metaboxes.
My main doubt is how to parse this XML periodically and update info in those metaboxes/post types in WordPress.
Thanks!