Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi..
I want to do XMLParsing in c(windows). for that i need the libxml/xmlversion.h file. so can any one please tell me how to find or include the file in visual studio 2008.

thanks in advance.....
Posted

1 solution

See the MSDN article Get Ready to Work with MSXML (C/C++)[^].
 
Share this answer
 
Comments
subrata kumar Nayak 27-Mar-12 0:11am    
thanks fr the answer........
but i want to use libxml2 instead of MSXML since libxml2 is platform independent.
Jochen Arndt 27-Mar-12 2:57am    
Sorry, I misinterpreted that.
Did you install the libxml package? Then you should know where to find the include files. If not, see [^] for download and install (the files from the archive must be copied).
subrata kumar Nayak 27-Mar-12 4:06am    
i have done all the things properly but when i am going to run it is asking for iconv.dll
Jochen Arndt 27-Mar-12 4:09am    
See my link in the above comment. When using the binary libxml package, you must also download and install the iconv and zlib packages.
subrata kumar Nayak 27-Mar-12 4:44am    
ok thanks a lot......

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900