Staram się odczytać pogodę z googla.
$xml = simplexml_load_file("http://www.google.com/ig/api?weather=warszawa&hl=pl");
lub
$oSimpleXmlObject = new SimpleXmlElement($oFile);
niestety wrzuca błąd
Warning: SimpleXMLElement::__construct() [simplexmlelement.--construct]: Entity: line 1: parser error : AttValue: " or ' expected
Proszę o wskazówkę