Skip to content

Instantly share code, notes, and snippets.

@pariz
Created October 19, 2014 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pariz/5e952148ec6705cdc954 to your computer and use it in GitHub Desktop.
Save pariz/5e952148ec6705cdc954 to your computer and use it in GitHub Desktop.
<?php
$xml = simplexml_load_file('http://www.yr.no/sted/Sverige/Uppsala/Storvreta/forecast.xml');
$xpath = $xml->xpath('/weatherdata/forecast/tabular/time[1]/temperature/@value');
var_dump((string)$xpath[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment