/ Published in: PHP
Expand |
Embed | Plain Text
<?php $file = $_SERVER['argv'][1]; $xml->registerXPathNamespace('c', 'http://schemas.microsoft.com/Contact'); $nodes = $xml->xpath('//c:contact/c:PhotoCollection/c:Photo/c:Value'); echo "No photos found\n"; } foreach ($nodes as $i => $photo) { echo "Error writing to $out\n"; } else { echo "Wrote $out\n"; } }
You need to login to post a comment.
