Christian Weiske has a quick tip on how to get larger XML files to pull into PHP5 and be usable:
At work I had the task to implement the synchronization between an online shop and a commodity management system.
Data exchange format was XML - one big XML file for all of the products (some thousands with dozens of attributes).
Big question: How do I import the file in a way that is most convenient for me...