
22 Aug
2009
22 Aug
'09
4:10 p.m.
There's something compiler dependent going on here: * The --path option passed to xsltproc appears to be correct whatever compiler I use, but: * Building with msvc-8 results in no XML files generated - leading to xsltproc errors * Building with gcc-3 (Mingw32) results in XML files that are all empty - leading to more xsltproc errors * Building with gcc-4 (Mingw32 alpha) results in valid xml files. Any ideas? Cheers, John.