July 2006
Enable C++ applications for Web service using XML-RPC
XML-RPC is a lightweight, simple and powerful messaging protocol that enables complex XML-based communication across disparate platforms. In this article you'll see how to build your own XML-RPC-based service for C++ programs.
June 2006
XML-RPC for C and C++: Overview
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML.
Developers Wiki - attentionxml
by 3 othersAttention.XML is an open standard, built on open source (see XOXOSampleCode) that helps you keep track of what you've read, what you're spending time on, and what you should be paying attention to
March 2006
February 2006
January 2006
1
(10 marks)