Print

Print


Andrew, I began building a PHP OAI Client library based on a OAI Server library that I wrote a while back.  The OAI Client library is not complete, but it can get you started.  I attached it in a file called Harvester.php

Andrew

> -----Original Message-----
> From: Code for Libraries [mailto:[log in to unmask]] On Behalf Of
> Andrew Hankinson
> Sent: Friday, July 27, 2007 9:32 PM
> To: [log in to unmask]
> Subject: [CODE4LIB] parse an OAI-PHM response
>
> Hi folks,
> I'm wanting to implement a PHP parser for an OAI-PMH response from our
> Dspace installation.  I'm a bit stuck on one point: how do I get the
> PHP
> script to send a request to the OAI-PMH server, and get the XML
> response in
> return so I can then parse it?
>
> Any thoughts or pointers would be appreciated!
>
> Andrew