Hi. I am trying to parse XML data using PHP. I have site that will have product shots and with those images there will be a title and a description. What I want is to have one XML file that gets parsed and just the info for that data will be displayed within DIV and have CSS applied for formatting. So when someone clicks product 1 for example, the product 1 image will appear and the title and description will appear in that DIV. Here is a link to the test page so you can get a better idea:
http://www.williamverbist.com/_ethno/ethnic_spring.php
I found this tutorial on kirupa.com - http://www.kirupa.com/web/xml_php_pa…termediate.htm. I think this is very close to what I want to do, but I am new to XML/PHP, so I really do not understand how to break out this data.
Any help would be appreciated. Thanks in advance.