PHP-Klasse::DynFetcher 17.05.2007

Kurzbeschreibung: Extract information from Web pages using SimpleXML
Veröffentlicht am: 17.05.2007
Gruppe(n):
- PHP 5
- Web services
- XML
Beschreibung:
This class can be used to retrieve information from remote Web page using the SimpleXML API.
It retrieves the contents of a given Web page and then uses the SimpleXML API to import the page document .
The class can extract page elements given the respectuve XPath document path.
The extracted data may be subject of subsequent processing with user defined PHP code.
Link: DynFetcher