Re: [CODE4LIB] generating and parsing NCIP with PHP

2012-01-03 Thread Demian Katz
02, 2012 4:03 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: [CODE4LIB] generating and parsing NCIP with PHP Hi folks, We are working with Lehigh University on building out a more full- fledged SirsiDynix Symphony adapter to work with the XC NCIP toolkit. We will hopefully building our new

[CODE4LIB] generating and parsing NCIP with PHP

2012-01-02 Thread Emily Lynema
Hi folks, We are working with Lehigh University on building out a more full-fledged SirsiDynix Symphony adapter to work with the XC NCIP toolkit. We will hopefully building our new Patron Account interface on top of the eXtensible Catalog NCIP toolkit. Obviously, to build our new interface on

Re: [CODE4LIB] generating and parsing NCIP with PHP

2012-01-02 Thread Péter Király
Hi Emily, part of the XC project is a NCIP client application writen in PHP as two Drupal modules. It is writen partly as classes. It doesn't implement all of the NCIP verbs, but can be a good starting point. The current stable version supports NCIP v. 1.0, and now we are working on NCIP2 (we are

Re: [CODE4LIB] generating and parsing NCIP with PHP

2012-01-02 Thread Dan Scott
On Jan 2, 2012 4:02 PM, Emily Lynema emily_lyn...@ncsu.edu said: Obviously, to build our new interface on top of the NCIP toolkit, we need to generate NCIP XML requests and parse NCIP XML responses. These things are a bit gnarly to work with, and I'm not sure that PHP is exactly known for