xsl-list
[Top] [All Lists]

Re: FOP calling a template dynamically

2002-12-06 12:38:23
Nope! doesn't work but thanks for trying to help .


----- Original Message -----
From: "Noel Golding" <noel(_at_)spearreport(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Friday, December 06, 2002 2:16 PM
Subject: Re: [xsl] FOP calling a template dynamically


not tested but you could try

<xsl:call-template name="{../@tplt}"   />

----- Original Message -----
From: "Charles Ohana" <cohana(_at_)investacorp(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Friday, December 06, 2002 2:15 PM
Subject: [xsl] FOP calling a template dynamically


Hello Friends,
I have an XML document that provides the name of the template to be
called
.

I'm doing the following without success .
<xsl:template match="/root">
   <xsl:for-each select="/root/data">
      ...
      <xsl:call-template name="../@tplt"   />
      ...
   </xsl:for-each>
</xsl:template>

My XML look like
<root tplt="tp1">
   <data firstname="Chuck" lastname="Ohana" />
   <data firstname="Patrick" lastname="OMalley" />
   <data firstname="Sean" lastname="Donovan" />
</root>


Does anyone know what am I doing wrong

Please Help


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


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



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



<Prev in Thread] Current Thread [Next in Thread>