[xsl] variable in xsl:template match

Subject: [xsl] variable in xsl:template match
From: Garvin Riensche <g.riensche@xxxxxxx>
Date: Thu, 26 Apr 2007 16:32:11 +0200
Hello,

Im am wondering if it is possible to pass an xpath expression (or part of it) from the commandline to the match attribute of a template.

What I am thinking about is something like to following. If I call the parser with

saxon target=position input.xml styleshee.xsl

And I have a template with something similar to

<xsl:template match="/root/$target/child">

I want the Xpath expression to be evaluated as "/root/position/child".

Any help will be appreciated.

Regards,
Garvin

Current Thread