Book recommendation needed: PHP and XML feeds

I guess the title sums this up, but I’m looking to be doing a fair bit of work with XML feeds in the future and would like to find a book that would help understand how to access them, parse them and store them … and then to build various SQL queries to display the data on my site.

Thanks in advance for any suggestions … and Happy Xmas!

I am not really sure about the most updated xml books available today. But I guess w3schools will still be of big help to you. Just check the site out under xml tutorial. They also have some links to more xml resources.

In my experience in parsing XML with php, I found the online resources most helpful.
however, in terms of books: I would have to say learning php 5 by o’reilly or php anthology by sitepoint

Hope that helps!