|
Subject: Re: [xsl] xalan:nodeset or xsl:copy-of problem From: Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx> Date: Tue, 23 Apr 2002 16:43:52 -0600 |
<xsl:variable name="nodetree">
<xsl:for-each select="$full_path[contains($dbs_searched,@db)]">
<!-- $dbs_searched variable is passed from a different stylesheet -->
<xsl:copy-of select="."/>
</xsl:for-each>
</xsl:variable>
This would change the above variable declaration to the following: <xsl:variable name="nodetree"> <xsl:copy-of select="$full_path[contains($dbs_searched,@db)]"/> </xsl:variable>
Greg Faron Integre Technical Publishing Co.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] xalan:nodeset or xsl:copy-of , Ming | Thread | Re: [xsl] xalan:nodeset or xsl:copy, Ming |
| RE: [xsl] 2 sends, Michael Kay | Date | RE: [xsl] key match and x-path prob, Ahmad J Reeves |
| Month |