		  xmlrpc - do an XML-RPC call

xmlrpc is a command-line interface to the XML-RPC protocol.  The spec
for XML-RPC is here:
    http://www.xmlrpc.com/spec
It's a remote procedure call protocol using XML for both the request
and the response.  This program lets you give the request parameters as
command-line arguments, formats them up as XML, sends them to the
server, and shows you the response.

See the manual entry for more details.

Files in this distribution:

    README		this
    Makefile		guess
    xmlrpc.c		source file
    xmlrpc.1		manual entry
    tdate_parse.h	include file for trivial date parser
    tdate_parse.c	trivial date parser

To build: If you're on a SysV-like machine (which includes old Linux systems
but not new Linux systems), edit the Makefile and uncomment the SYSV_LIBS
line.  If you're doing SSL, uncomment those lines too.  Otherwise, just do
a make.

Feedback is welcome - send bug reports, enhancements, checks, money
orders, etc. to the addresses below.

    Jef Poskanzer  jef@acme.com  http://www.acme.com/jef/
