Re: xsltproc and Windows 10
Martin Gieseking <[email protected]> Tue, 5 Mar 2019 08:51:58 +0100
| Newsgroups | gmane.comp.gnome.lib.xslt |
|---|---|
| Message-ID | <[email protected]> |
Am 04.03.2019 um 15:55 schrieb Don McClurg via xslt: > This happens for several of my documentation projects, but not all. Just > wondering if anyone else has seen this type problem in Windows 10. I > know there is a newer version of libxslt now, but no Windows binary yet > (and compiling it myself is a bit over my head). Hi Don, I can't help with the memory error, unfortunately. But maybe you want to have a look at MSYS2 (msys2.org). The MinGW32 and MinGW64 repositories provide recent versions of libxslt (including xsltproc) for Windows. You can install the 64-bit version using the package manager from within the MSYS shell, e.g. with "pacman -S mingw64/mingw-w64-x86_64-libxslt". Regards, Martin