Hi - I'm fairly new to php and I'm trying to work with xml files. I'm not looking to do anything to crazy, just take data from an xml file and create an html page. The xml tags are fairly standard stuff...<heading>, <date>,<topic>, ect. with <content> often containing <article> tags as well as <link>tags referring to data in the <article> tag. (I know - more info than you needed!) I know I need to use php's xml extension which I'm sure I can set up with my friendly ISP, but I've been having trouble finding clear info on how to set up everything up. I know I need to use things like xml_set_element_handler but I haven't found anything I feel outlines the required steps clearly. I have checked out the php manual, but I've found it to be a bit unclear in this area for a relative newcomer like me. Any help or links you can provide would be welcome...Thanks!