|
Subject: xsl:if confusion From: "Sargeant, Richard (GEIS)" <Richard.Sargeant@xxxxxxxxxxx> Date: Tue, 21 Sep 1999 13:00:49 +0200 |
Hi,
While processing a node I need to do conditional processing based on the
contents of another node of the same parent. For example my XML looks like
<USER>
<TYPE>1</TYPE>
<PASSWORD>pwd</PASSWORD>
</USER>
The xsl for node password is
<xsl:template match="PASSWORD">
<td>
<font face="arial" size="2">Password: </font>
<font face="arial" size="2" color="#000080">
<xsl:choose>
<xsl:when test="../TYPE=1">########</xsl:when>
<xsl:otherwise>
<xsl:value-of select="."/>
</xsl:otherwise>
</xsl:choose>
</font>
</td>
</xsl:template>
I've also tried ../TYPE/text()='1' but that also fails. What I'm I doing
wrong ?
regards
Richard
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [no subject], sotiris | Thread | Re: xsl:if confusion, David Carlisle |
| [no subject], sotiris | Date | Sorted and unsorted output into a t, Miloslav Nic |
| Month |