2 URL: http://xmlsoft.org/XSLT
6 License File: Copyright
10 libxslt from libxml.org.
14 - GetFileAttributes -> GetFileAttributesA in libxslt\security.c
17 To import a new version:
19 On Linux, get the latest tar via libxml.org.
21 Extract and replace libxslt/ with libxslt-X.Y.Z/
23 mkdir linux && cd linux
24 ../configure --without-debug --without-mem-debug --without-debugger --without-plugins --with-libxml-src=../../libxml/linux/
25 Patch to not define HAVE_CLOCK_GETTIME.
27 Do the same on Mac and copy the mac/config.h to Linux.
32 cscript //E:jscript configure.js compiler=msvc iconv=no xslt_debug=no mem_debug=no debugger=no modules=no
33 and copy config.h to Linux in win32/