Daniel Veillard wrote:
Well, tell me what it the "standard" path for the XML Super Catalog on Windows and I will do a #ifdef ... #else #endif for the hardcoded default path,
I would say it should be this: %windir%\system32\drivers\etc\xml...only because %windir%\system32\drivers\etc is the existing "etc" directory on windows. "%windir%" gets expanded to things like "C:\WINNT", depending on where Windows is installed. Maybe Igor has a better suggestion.
I wouldn't personally object to an API function to set the location of the super catalog...