This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: call template


> I want to use the call-template function but the template name is a
> variable....how is this done.....
> The value of the template I want to call is in the xml node of nameofpage.
> How can I call the template using the value that is in the node nameofpage.
> Right now it's calling the template called "nameofpage" but I want the value
> of it from the xml.
> 
> <xsl:call-template name="nameofpage"/>
>
>Can this be done?

Not in pure XSLT: 
http://www.dpawson.co.uk/xsl/sect2/N1711.html#d91e21

But (again in pure XSLT) you can use the idea of generic templates which gives you
almost the same:

http://www.dpawson.co.uk/xsl/sect2/generic.html#d135e18

http://lists.fourthought.com/pipermail/exslt/2001-May/000169.html

http://www.vbxml.com/downloads/default.asp?id=v2001611171627

Hope this helped.

Cheers,
Dimitre Novatchev.


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]