File: /examples/fetch_rss.php

Description

Retrieving remote RSS feeds.

This file contains an example of how QueryPath can be used to retrieve and parse a remote RSS feed. If PHP is configured to allow HTTP URLs for remote hosts in file manipulation functions, you can use QueryPath to retrieve the remote file and parse it.

In this example, we grab the RSS feed from remote server and parse it. From there, we make a list of hyperlinks, one for each item in the original feed.

Classes defined in this file

CLASS NAME

DESCRIPTION

Include/Require Statements

'../src/QueryPath/QueryPath.php' (line 18)

require_once : '../src/QueryPath/QueryPath.php'

Global Variables

Constants

Functions


Documentation generated on Sun, 25 Jul 2010 16:09:05 -0500 by phpDocumentor 1.4.3