SniperX
04-14-2003, 07:35 AM
Does any one know anything about ingtegrating C and XML/SOAP
Any knowledge would be appreciated
Thanx in advance
Any knowledge would be appreciated
Thanx in advance
|
Click to See Complete Forum and Search --> : Intergration of XML and C SniperX 04-14-2003, 07:35 AM Does any one know anything about ingtegrating C and XML/SOAP Any knowledge would be appreciated Thanx in advance khalidali63 04-14-2003, 08:45 AM Your question is vague, are you looking for a parser written in C for XML? Cheers Khalid SniperX 04-14-2003, 11:55 PM Actually im looking at writing a C application with some integration of XML and SOAP but i dont know if i need a parser or a special api for this. i.e. I want to use c functions and xml functions in the same application Is it even possible? Regards MW khalidali63 04-15-2003, 01:05 AM Ofcourse its possible,the thing is if you do not want a C XML parse then how would you validate that the XML document you are using is even a valid one ? I have not worked with C Parser( my field was Java/XML few years back), But I know that you will need a parser to validate the XML document.And once that is done then you want to work with the xml Here get C/C++ XML parser from here http://xml.apache.org/xerces-c/index.html Cheers Khalid webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |