Adam West wrote:
TO use XML, do you have to have any web server running on the i machine?
Strictly speaking, no. In reality, it depends on what you mean by "use
XML". Do you want to allow others to communicate with you by providing
a web service? Do you need to receive XML documents and process them?
Do you need to create XML documents to send to someone?
XML is not really a solution to a particular problem, it is just a way
of structuring data in a way which explains the meaning of the data. We
need more detail about what you want to do to recommend a solution.