|
eZ xml is a DOM XML parser
This can be seen as XML SAX
This is a simple Magpie based
This class is completely
written in 100% PHP that is
parser framework. With it,
script which can be used to
stand-alone and is designed
compatible with the libXml
you can easily create
merge multiple feeds into a
to make the XML
DOM parser. eZ xml will
parsers for your custom XML
single feed and sort the
communications nice and
parse well formed XML and
tags.
feed contents based on the
simple in PHP. Because it's
return an object tree. It
date. implies, the latest
stand-alone, it does not
will report errors if the
created item from any feed
require you to install extra
XML is not well formed.
will appear. This script
libraries, like PEAR or
does not show or ask you to
PECL. The class properties
select the feeds but it will
and methods are modeled
mix all the feeds and will
after the XML class in
sort according to each feed.
Flash, so the transition
I found many sites hosting
back and forth between Flash
this service but i wanted my
and PHP is much easier.
own script running on my own
server. I have searched for
more than 5 days for a
simplar script online but
could not get any. the
demo can be seen at
http://mgit.org/www1/rssm
erge/. This is merged feeds
of more than one blog.
installation
ihttp://mgit.org/www1/rss
merge/ l.e., and all you
need to do is push feed urls
into the main index file.
add more of the following
text next to the existing
ones inside the index.php
file and the script is ready
to merge the contents for
you. simple!
Date: Jan, 07 2002 Date: Oct, 02 2006 Date: Sep, 13 2006 Date: Aug, 30 2006 |
|
As you're aware, many people
The big part of programming
- Reads news feeds - Reads
Create RSS and other feeds
now use feed readers to
web applications is writing
weather feeds - Reads blog
with PHP. FeedCreator
manage the gathering,
a lot of code -
feeds - Reads content feeds
features an easy to use and
viewing and updating of
time-consuming. Classes are
- Reads industry feeds -
well documented class
their favourite RSS feeds.
usefull to save time. This
Reads affiliate program
interface and can create,
The most popular newsreaders
class is taking care of the
feeds - Reads XML and RSS
save and cache RSS 2.0, 1.0
can make use of a unique
menu handling. The XML file
feeds - Simple to install,
and 0.91 feeds, ATOM 0.3,
link and automatically add
is easy to create: Main
simple to use - Does not
OPML 1.0, HTML, JavaScript
your RSS Feed to your
navigation and sub
require MYSQL - Software
and mbox. Decide which
visitor’s Newsreader. Just
navigation differ only from
includes professional output
version to create during
by clicking on this special
the name of the node, the id
- Requires PHP on Linux
runtime. Compact, easy to
link the person visiting
of main and sub node must be
Software includes php
use and well documented.
your site or blog could ‘add
the same to assign to each
scripts, sample output
you to favourites’ .Problem
other. The menu class
template, style sheet and
is a) you need to know how
handles how and when to open
graphics. License is for
to set up these links and
and close the navigation
one website and software
far more importantly, b)
elements. The script
cannot be resold or
These special links are
controls nine variables you
distributed. Price does not
different for each
deliver according to your
include installation, this
newsreader which makes
environment and XML file by
can be done for an extra
setting up a wide selection
adapting the PHP code in the
charge.
of newsreader links both
HTML file. The script is
tedious and time consuming.
made of two parts: In the
If you have multiple sites
first part the class loops
it could take hours and
through the XML file
hours. The ‘Feed Reader
counting all the values from
Links’ is designed to help
the main nodes and sets
you to solve these problems.
text, Url and Id to access
the corresponding sub
elements. In part 2 there
are three parts: First we
read the id and set the
corresponding main elements
(if id is 2 we show only 2
main elements), second we
show all sub elements with
the same id and third we
show the rest of the
elements.
Date: Aug, 25 2006 Date: Aug, 22 2006 Date: Oct, 18 2005 Date: Apr, 18 2005 |