GNOME Bugzilla – Bug 128205
xsltSaveResultToFile crashes on Windows
Last modified: 2009-08-15 18:40:50 UTC
xsltSaveResultToFile crashes on Windows. It is also used in the "Tutorial", so that also crashes. xsltSaveResultToFilename works. libxml2-2.6.2, standalone(no gnome) with libxslt 1.1.0 both compiled with MSVC .NET 2003. great work, although having _no_ API documentation available in a version 1.1 product doesn't meet with the rest. Thank You, Stefan
Not sure what you mean by "no API documentation." libxslt 1.1 includes the usual complete API documentation in the doc/html/ directory of the release tarball.
As to the crash, a thread in June (http://mail.gnome.org/archives/xslt/2003-June/msg00000.html) generated the following response when another user had runtime errors with xsltSaveResultToFile on Windows: On Windows you have different runtime C libraries. The symptoms you describe show that you use different runtime libraries in your application and in libxml/libxslt. Please read the FAQ or search mailing list. This was discussed zillions of times here.
API reference is available. The crash is probably due to the runtime mismatch, which is user's error. I'll close this.