]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Prepare NCIP.pm and NCIP/ILS.pm for removal of Handler.pm and cousins.
authorJason Stephenson <jason@sigio.com>
Fri, 8 Aug 2014 19:01:23 +0000 (15:01 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 8 Aug 2014 19:01:23 +0000 (15:01 -0400)
commitdb3cebc939e8cef8b40b0c0c60e67800d077419d
tree2cec785d15d8f713eb07db4ce5055360ade67bc6
parent06895af7be7041ce6505d78abfa330c97de7b359
Prepare NCIP.pm and NCIP/ILS.pm for removal of Handler.pm and cousins.

This moves the rendering of template output from Handler.pm to NCIP.pm.

We also add another useful method, parse_request_type to NCIP::ILS.

Along the way, we go from parsing the XML message with XPath to using
XML::LibXML::Simple.

Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP.pm
lib/NCIP/ILS.pm