Hi all!
I seem to have a small problem with this function of simple_xml... Does it apply only in one file each time? I have a big file that consists of small XML files, and when I try to load it using simplexml_load_file, it returns false, because PHP sees the <?xml version....> tag more than once...
Can I do something with this problem?