Setting parameters within Nodes using xslt tranformations ( Solved !)

Subject: Setting parameters within Nodes using xslt tranformations ( Solved !)
From: Lennart Isacsson <lennarti@xxxxxxxxxxxxxx>
Date: Wed, 1 Nov 2000 10:01:40 -0400 (EST)
Hi,


I didn't know that accessing variables could be done by adding {$any_variable} within a
xsl node...



<xsl:variable name="CID"> <xsl:value-of select="id"/> </xsl:variable>

<xsl:variable name="CDATE">
    	<xsl:value-of select="date"/>
</xsl:variable>

<ORDER ID="{$CID}" DATE="{$CDATE}" >



.....puh, newbie problems eh...


Thanks, Lennart Isacsson Screenbase Media Productions










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



Current Thread