Reputation: 405
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.....
Upvotes: 1
Views: 2650
Reputation: 52902
You can download the complete libxml library (including the include files) from the downloads section at the libxml website. A Windows binary version of the libraries (so you won't have to compile the library itself) is available from the maintainer of the windows port.
Upvotes: 2