misterperl has asked for the wisdom of the Perl Monks concerning the following question:
in the first example, it's not even a path, its an xsl:if (which works on the static page), like <xsl:if test="$name1 = $name2"> where these are defined by statements like <xsl:variable name="name" select="@name" /> I looked in CPAN and it said variables were at least in some fashion, supported. But I'm thinking perhaps I've just reached the usable limits of XML::XSLT ? The browser is already very particular about the XML and XSLT being perfect, and since it renders there, I think my XML and XSLT are not the issue. And it appears I'm already on the latest release of XML::XSLT ....get-node-from-path: Don't know what to do with path /$name1 = $name2 get-node-from-path: Don't know what to do with path /$namei/cell
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::XSLT v 50_5 error with xsl variables
by roboticus (Chancellor) on Feb 07, 2018 at 22:03 UTC | |
by misterperl (Friar) on Feb 08, 2018 at 13:41 UTC | |
|
Re: XML::XSLT v 50_5 error with xsl variables
by haukex (Archbishop) on Feb 10, 2018 at 11:12 UTC |