i am not a english one so if i have some errors in my words, please be cool.
i have to write a website for some artists and they have the great idea to fill in news and some short infos on their own. as i heard that i thought about an xml solution but there is a problem right now. i dont want to write down all the content in one xml-file so i created 2 for testing. all the php-parse code is written down in 2 classes which will produce 2 different menues. when i include the second class-file and create the second menue as an object, nothing happened. my first thouhg was that i can not parse 2 xml-file but i still dont want to believe this. so i tried to get back to one class with one xml-file and create 2 different object which do the same (create mainmenue). the first one works fine but the second one dont comes up. during the code i have put some "echo"-functions and i recognized that the startParse-function, from the second object, didnt start. i will give you a link with the content files and it'll be very cool if anyone can take a look at this. please, i need some help!