[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [syndication] PHP tool for parsing RSS1.0?
On Tue, May 28, 2002 at 01:14:02PM -0700, Dave Winer wrote:
> > http://syndicatethe.net/dev/reader/?url=http://2012.antville.org/rss10
>
> James, that's interesting. Looks like a non-XML text-based object
> serialization format.
>
> I had not seen that before. Immediately understandable.
it's not really a serialization format, it's the output of
php's print_r. (http://php.net/print_r)
jim