in reply to XSL Transformation using perl

I have found XML::XSLT useful.

Replies are listed 'Best First'.
Re: Re: XSL Transformation using perl
by grantm (Parson) on Apr 04, 2004 at 02:42 UTC
    I have found XML::XSLT useful.

    Sure, but it's a trade-off. The convenience of a pure-Perl solution (no compiling, no library dependencies) versus an incomplete XSLT implementation. If XML::LibXSLT or XML::Sablotron can be installed with minimal pain then that's likely to be a less frustrating route.