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


Depends on the xsl processor that you're using. In saxon there's an
extension that does just the thing. If saxon's what you're using, just look
in the extensions documentation.

Be forewarned that your solution would be non-portable.


----------------------------------------------------------------------------
----
 
Mark Feblowitz                                   [t] 617.715.7231
Frictionless Commerce Incorporated     [f] 617.495.0188 
XML Architect                                     [e]
mfeblowitz@frictionless.com
400 Technology Square, 9th Floor 
Cambridge, MA 02139 
www.frictionless.com  
 

 -----Original Message-----
From: 	Carlos Pisquem [mailto:cpisquem@conceptinc.ca] 
Sent:	Wednesday, August 15, 2001 11:15 AM
To:	'xsl-list@lists.mulberrytech.com'
Subject:	[xsl] 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?

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

 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]