in reply to Re: XSLT win32 compiled?
in thread XSLT win32 compiled?

both repositories do not have XML::XSLT.....They do have XML::LibXSLT, but that's even harder to get going on Win32, as it's an interface to gnome xslt library. i don't want to build a spaceship just to transform xml and stylesheet to html.

Replies are listed 'Best First'.
Re: Re: Re: XSLT win32 compiled?
by gellyfish (Monsignor) on Mar 18, 2004 at 16:40 UTC

    XML::XSLT is straight Perl, you could copy the XSLT.pm into, say, C:\perl\lib\site_perl\XML (you would have to check your @INC for the correctg location) and it will work (as long as you have XML::DOM installed - and I think there is a PPM package for that. Alternatively if you have a copy of nmake (which you get from http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe) then you can just do the normal install as described in the README.

    /J\