|
Subject: [xsl] saving in one if loop and using it in another From: "john smith" <john_smith73@xxxxxxxxxxx> Date: Fri, 27 Jul 2001 20:39:43 +0000 |
<xsl:for-each select="INPUT/*/descendant::*">
<xsl:element name="APPLY">
<xsl:if test="position() != 1">
%%%%%%%%%%
</xsl:if>
<xsl:if test="position() = 1">
<PATH>
<xsl:value-of select="(name())"/>
</PATH>
</xsl:if>
</xsl:element>
</xsl:for-each>_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Re: keys and data files, Richard Emberson | Thread | RE: [xsl] saving in one if loop and, Michael Kay |
| RE: [xsl] template stack trace, Ivan Pedruzzi | Date | Re: [xsl] saving in one if loop and, Kevin Nardi |
| Month |