I\'m trying to load a gzipped XML file using simplexml_load_file() PHP function, but I don\'t know how to decode it so I can use the data in it.
Read it to a string using file_get_contents() decompress it using gzuncompress() and load string as XML using simplexml_load_string().