Subrat nayak.
Subrat nayak.

Reputation: 405

libxml/xmlversion.h file not found in windows

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

Answers (1)

MatsLindh
MatsLindh

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

Related Questions