Changeset 20205 for lang/php

Show
Ignore:
Timestamp:
09/29/08 20:20:34 (2 months ago)
Author:
sasezaki
Message:

Flexibleをデフォに

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/Scraper/library/Diggin/Scraper.php

    r19200 r20205  
    182182             * @see Diggin_Scraper_Strategy_Abstract 
    183183             */ 
    184             require_once 'Diggin/Scraper/Strategy/Xpath.php'; 
    185             $strategy = new Diggin_Scraper_Strategy_Xpath($response); 
     184            require_once 'Diggin/Scraper/Strategy/Flexible.php'; 
     185            $strategy = new Diggin_Scraper_Strategy_Flexible($response); 
    186186            $strategy->setAdapterConfig(array('url' => $this->_url)); 
    187187