http://support.microsoft.com/kb/276505
This site has a download for a Win32 application wizard. I am currently developing a win32 application and this XML parser would come in very handy.
I have searched the internet for documentation on using SAX with MS Visual Studio. Does anybody have any experience with this? I am just looking for some documentation or any information about using SAX with VS c++.
http://support.microsoft.com/kb/276505 This site has a download for a Win32 application wizard. I am currently
Share
I was able to come to a resolution. I used xerces, which has SAX and SAX2 built in. Linking a library and referencing a *.dll is necessary:
http://xerces.apache.org/