|
Subject: Re: [xsl] Strange Problem with document($variablename) From: Stan Devitt <jsdevitt@xxxxxxxxxxxxxx> Date: Fri, 11 Jul 2003 12:36:12 -0400 |
<xsl:variable name="filename"> <xsl:value-of select="'../content/news/'" /> <xsl:value-of select="@name" /> </xsl:variable>
Dear list,
my apologies if this is too obvious, but I cannot figure out this problem for two days now. This is what I try to do:
In a <xsl:foreach> I iterate some directory elements. I want to open the corresponding XML file for each of the directly entries. So I need to concatenate the @name attribute of the current node the <xsl:foreach> iterator is visiting with a directory name prefix. I try to do this like that:
<xsl:variable name="filename"> <xsl:value-of select="'../content/news/'" /> <xsl:value-of select="@name" /> </xsl:variable>
...
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Strange Problem with docu, Jeni Tennison | Thread | Re: [xsl] Strange Problem with docu, David Carlisle |
| RE: [xsl] Using not(...a nd ... ) t, Lars Huttar | Date | RE: [xsl] MSXML5 suport XSLT2? [Sli, Rob Rohan |
| Month |