| XML
About
Home
RSS
OPML
XML-RPC
SOAP
|
|
 |
|
Weblogs.Com XML files with perl? PHP?
Previous topic
|
Next topic
|
|
Weblogs.Com XML files with perl? PHP?
started 8/14/2000; 7:45:18 AM - last post 11/24/2000; 12:58:14 PM
|
|
Scott Hanson - Weblogs.Com XML files with perl? PHP? 
8/14/2000; 7:45:18 AM (reads: 32569, responses: 1)
|
|
|
Is anyone working successfully with these XML files with perl or php?
I was trying to read them with perl with XML::Simple, and got a number of errors. But I don't want to reinvent the wheel is someone else is already doing this.

|
|
Scott Hanson - Re: Weblogs.Com XML files with perl? PHP? 
11/24/2000; 12:58:14 PM (reads: 43871, responses: 0)
|
|
|
(I know this discussion group is dormant, but I found my old post here with Google, and I had promised to post something when I had made some progress.)
At work I just ran across PRAX (PHP Record-oriented API for XML) at http://www.oreillynet.com/~rael/lang/php/PRAX/, which looks real good for processing simple XML files. It works similarly to accessing a database from PHP, and is a lot easier to grasp quickly than trying to use the expat XML functions directly.
I haven't tried any of the weblogs.com XML on it yet, though.

|
|
|
|