RE: [xsl] <xsl:copy-of>

Subject: RE: [xsl] <xsl:copy-of>
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Tue, 9 Jan 2001 22:17:52 -0000
Um.
<xsl:call-template name="tableheadingDT">
	<xsl:with-param name="bcolor" select="'LIGHTSKYBLUE'"/>
</xsl:call-template>
comes to mind.

XML/XSL Portal 
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Palaniappan,
>Krishnasamy
>Sent: 09 January 2001 21:48
>To: 'xslt'
>Subject: [xsl] <xsl:copy-of>
>
>
>Hi,
>I have a variable defined like this:
>		<xsl:variable name="try">
>		 <xsl:call-template name="tableheadingDT">
>		 <xsl:with-param name="bcolor" select="'LIGHTSKYBLUE'"/>
>		</xsl:variable>
>I want to call it using:
>		<xsl:copy-of select="$try"/>
>		<xsl:with-param name="param1" values="'value1'"/> 
><!-- 2nd parameter to the template above is passed here -->
>		</xsl:call-template> <!-- closing the template 
>opened above -->
>
>However, I am getting an error because there is no ending tag for 
>the <xsl:call-template> in the <xsl:variable> block.
>
>I have a need to do something like this. Is there a way?
>
>Thanks,
>Krish
>		
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>

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


Current Thread