|
Subject: [xsl] Comparing nodes in axis From: xptm <xptm@xxxxxxx> Date: Fri, 17 Dec 2004 16:43:00 +0000 |
<xsl:if test="parent::menu=(//menu)[$pos]">
<xsl:text>1</xsl:text>
</xsl:if> <xsl:if test="ancestor::menu=(//menu)[$pos]">
<xsl:text>0</xsl:text>
</xsl:if> <xsl:if test="parent::menu=(//menu)[$pos]">
<xsl:text>1</xsl:text>
</xsl:if>
<xsl:if test="not(parent::menu=(//menu)[$pos])">
<xsl:text>0</xsl:text>
</xsl:if>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Where is the attribute?, Geert Josten | Thread | Re: [xsl] Comparing nodes in axis, António Mota |
| [xsl] Where is the attribute?, Robert Soesemann | Date | Re: [xsl] Where is the attribute?, António Mota |
| Month |