How do i get the data from this xml feed?

Are you trying to write a page that will query this page once when you open the page, or do you want to set up a task that queries the page once a day and updates a local database? Either would be pretty much the same, use something like file_get_contents() to grab the XML data, parse it and then do what you want with it.