Skills
Recovery
//Récupération des données XML pour la galerie
$file = "galleries/3/data.xml"; // le nom du fichier XML
$data = implode("",file($file)) or die("Erreur lors de l'ouverture de nos références XML");
$xml = xmlize($data); # where $data is the xml in the above section.
$liste = $xml["realisations"]["#"]["fiche"]; //on parse le fichier
$gallery = array();
echo "
- ";
for($i = 0; $i < sizeof($liste); $i++) {
$page = $liste[$i];
$name = $page["#"]["name"][0]["#"];
$url_thumb = $page["#"]["url_thumb"][0]["#"];
$url = $page["#"]["url"][0]["#"];
$description = $page["#"]["descr"][0]["#"];
$gallery[$i]["name"] = $name;
$gallery[$i]["url_thumb"] = $url_thumb;
$gallery[$i]["url"] = $url;
$gallery[$i]["descr"] = $description;
if($url != "")
echo "
- ".$description."\"> "; else echo ""; } echo "
Our site Woodprotect is an approved collector and upgrader of hazardous waste and therefore collects old sleepers from Belgium, France and Luxembourg in full compliance with European standards for waste management. We have a storage fully compliant with environmental standards which can accommodate several thousand tons of sleepers. These are then recovered by cogeneration.