Q
|
The Microsoft XSL ISAPI filter uses the browscap.ini file by default instead of BrowserHawk. Can I modify it to use BrowserHawk instead?
|
A
|
Yes, when you extracted the XSL ISAPI it created a subdirectory called "source". Open that source in a Visual C++ project. In the global.cpp file there is a reference to "MSWC.BrowserType". Change that to "cyScape.browserObj" and recompile to create a new xmlisapi DLL. Then replace your old DLL with this one and reboot your machine. If you do not have the ability to recompile this DLL please contact us for assistance. Note: You may also need to modify your BDF file to add custom properties that the XSL ISAPI looks for.
|