Whats the best xml parser to use especially for XML that's technically invalid format with the <?xml
tag missing?
I cant use simpleXML because that gives a error for being invalid. I know i can manually add the tags I need after i get the xml but id prefer to see what you guys think is the best method for parsing a xml into an array in php.