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.
CLASS NAME | DESCRIPTION |