| Subject: Re: [xsl] combining two variables to generate XPATH From: Jeff Kenton <jkenton@xxxxxxxxxxxxx> Date: Tue, 17 Dec 2002 15:09:40 -0500 | 
Please note I made a slight correction. the $node that appears within the foreach statment just under the branch variable assignment should be $branch instead. This does not solve my problem - this is the original problem. Thanks.
From: "bix xslt" <bix_xslt@xxxxxxxxxxx>
<xsl:variable name="branch" select="concat($node,'/',$type,'/item')" />
<xsl:value-of select="$branch" />
<!-- <xsl:for-each select="$node">
becomes
<xsl:variable name="branch" select="concat($node,'/',$type,'/item')" />
<xsl:value-of select="$branch" />
<!-- <xsl:for-each select="$branch">
-- -------------------------- Jeff Kenton DataPower Technology, Inc.
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] combining two variables t, bix xslt | Thread | RE: [xsl] combining two variables t, Mark Wilgus | 
| RE: [xsl] combining two variables t, bix xslt | Date | Re: [xsl] Updating XML, Marko Petersen | 
| Month |