|
Subject: [xsl] Getting several instances to be parsed in one variable From: Paul Terray <terray@xxxxxxxxxxxx> Date: Tue, 13 Nov 2001 12:37:05 +0100 |
I defined therefore a variable, like this :
<xsl:variable name="g_modules">
<xsl:for-each select="/root/my/filenames">
<xsl:variable name="l_path">
<xsl:value-of select="$p_my_dir"/>
<xsl:text>/</xsl:text>
<xsl:value-of select="."/>
<xsl:text>.xml</xsl:text>
</xsl:variable> <xsl:copy-of select="document($l_dm_path)"/>
</xsl:for-each>
</xsl:variable>Code: 0x80004005 Reference to variable or parameter 'g_module' must evaluate to a node list. -------------
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Positions, TSchutzerWeissmann | Thread | Re: [xsl] Getting several instances, David Carlisle |
| Re: [xsl] Positions, Trevor Nash | Date | RE: [xsl] Positions, TSchutzerWeissmann |
| Month |