http://qs1969.pair.com?node_id=1171952


in reply to exsl in libXSLT in Perl 5.8.8 on OSX

Isn't the problem in the error message?

runtime error: file trans.xsl line 24 element value-of

Line 24 is

<xsl:if test="$dotransformation = true()">

I'm not seeing dottransformation being set anywhere in the code you posted.

-derby

updatenever mind ... back to brushing up on my reading comprehension skills.

Replies are listed 'Best First'.
Re^2: exsl in libXSLT in Perl 5.8.8 on OSX
by Recker (Initiate) on Sep 16, 2016 at 18:44 UTC
    I have updated the XSLT code so that it would produce the correct error message on Perl version 5.8.8 on aforementioned version of OSX.