Subject: RE: Trouble with XT??
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 17 Dec 1999 10:09:39 -0000
|
>-----Original Message-----
>From: Yann Desnoues [mailto:Yann.Desnoues@xxxxxxxxxx]
> <xsl:call-template name="$v1"/> <!-- this causes a trouble to XT -->
The name attribute of xsl:call-template must be a QName, not an XPath
expression.
There is no mechanism in XSLT for calling a template whose name is not known
and fixed at the time you write the stylesheet - other than generating a
stylesheet dynamically and executing that.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|