Re: rookie seeks examples

There  are some examples under

	Library/src/Examples


wwwssl.c = sample use of SSL. It retrieves a URL from an SSL server.
mget.c = how to make gets
showxml.c = how to parse and show an XML document.

You may need to combine pieces of these examples.

-Jose

In our previous episode, Ted Specht said:
> I am new to libwww but I have managed to install it on a Sun
> workstation, and now I want to put it to use. I am writing a client
> application that logs into a  server with an account and password, then
> puts an XML query form on the  server. All communications to the server
> may be using SSL . The client then  receives a stream of XML documents.
> I was hoping I could find an example(s) that would help get me started.

Received on Friday, 1 September 2000 05:44:19 UTC