<xsl:template match="b">
<xsl:if test="c = 3">
<xsl:value-of select="."/>
</xsl:if>
</xsl:template>
Is this what you are looking for?
- Heather
-----Original Message-----
From: srikanth [mailto:srik23@xxxxxxxxx]
Sent: Thursday, July 19, 2001 11:14 AM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: parent -child
Hi,
How do i read the value of the child element and print
the value of the parent element
xml:
<a>1
<b>2
<c>3</c>
<d>4</d>
</b>
</a>
I need to check for the value of [c=3] and print 2
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- parent -child
- srikanth - Thu, 19 Jul 2001 11:18:55 -0400 (EDT)
- <Possible follow-ups>
- Heather Lindsay - Thu, 19 Jul 2001 11:42:53 -0400 (EDT) <=
- srikanth - Thu, 19 Jul 2001 13:53:24 -0400 (EDT)
|
|