in reply to XSLT win32 compiled?

Try pointing PPM here 5.8 or 5.6.

Replies are listed 'Best First'.
Re: Re: XSLT win32 compiled?
by aquarium (Curate) on Mar 13, 2004 at 11:39 UTC
    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.

      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\

Re: Re: XSLT win32 compiled?
by aquarium (Curate) on Mar 13, 2004 at 11:43 UTC
    xml::gxml looks much more productive....will give that a try