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]

Setting parameters within Nodes using xslt tranformations ( Solved !)


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

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