â 1. ã¾ããphp-xmlãã®ã¤ã³ã¹ãã¼ã« yum install php-xml â 2. å®éã®ãµã¤ãããã¹ã¯ã¬ã¤ãã³ã°ãè¡ã£ã¦ Xpath ã§è¦ç´ ãåå¾ã®PHPã³ã¼ã test.server.com ãã WEBãã¼ã¸ãåå¾ãã¦ãã¦ï¼div id="myid"ï¼ã®è¦ç´ ãåå¾ãã¾ãã $url='http://test.server.com'; // file_get_contents ã使ãããé«éããã ãã¡ã¢ãªã¯é£ã require_once 'HTTP/Client.php'; $client =& new HTTP_Client(); $client->get($url); $response = $client->currentResponse(); $dom = @DOMDocument::loadHTML( $response['body']); $xml = sim
{{#tags}}- {{label}}
{{/tags}}