开发者

How to call XML api

开发者 https://www.devze.com 2022-12-18 22:50 出处:网络
I have a set of XML API\'s ( XSD ) files. I want to cal开发者_如何学Cl them from C++ and C# programs. These are two different applications.

I have a set of XML API's ( XSD ) files. I want to cal开发者_如何学Cl them from C++ and C# programs. These are two different applications.

I want to get data by calling the api. I would also like to know something about XML RPC

Can someone please let me know how do I call the XML api from C++ and C#.

Thanks Sujay


With C#, use the classes in the System.XML namespace.

Wikipedia will tell you about XML-RPC.

I don't know what the C++ XML api is.


C++ does not have any XML processing libraries included by default. If you want the capability, you will need a library. One such library is http://xerces.apache.org/xerces-c/ / http://xml.apache.org/xalan-c/. It should run on most platforms without too much hassle.

0

精彩评论

暂无评论...
验证码 换一张
取 消