dendenners
Programmer
Hi there,
I'm pretty new to XSL. My xsl consists of several '<template: match="foo"> tags. I know how to pass in a variable to the xsl (I have a line
<xsl
aram name="bar" select="'default value'"/> which seems to be working ok). What I want to do is
<template:match="$bar">, i.e. I want to pass in the template name as a variable. Is this possible, and if so, how?
Thanks a lot.
Denis
I'm pretty new to XSL. My xsl consists of several '<template: match="foo"> tags. I know how to pass in a variable to the xsl (I have a line
<xsl
<template:match="$bar">, i.e. I want to pass in the template name as a variable. Is this possible, and if so, how?
Thanks a lot.
Denis