Subject: | bug w/solution, V0.48 |
Date: | Tue, 02 Mar 2010 22:59:49 -0500 |
To: | undisclosed-recipients:; |
From: | Tammer Kamel <tammer [...] ilukacg.com> |
Hi:
I think line 3215 needs to be:
elsif ( $lhs =~ /^([\w\.\:\-\/]+)$/ )
NOT
elsif ( $lhs =~ /^([\w\.\:\-]+)$/ )
in other words, routine needs to accept "/" character as well as what is
currently there.
without this fix, an xsl:test will only accept an element as a lhv, but
not a path.
attached is the original version 0.48 (prefixed with "o") and the
modified version.
best
Tammer.
Message body is not shown because sender requested not to inline it.
Message body is not shown because sender requested not to inline it.