[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

xpath doubt

Subject: xpath doubt
From: "Earl Spencer" <eapencer74@xxxxxxxxxxx>
Date: Mon, 06 Aug 2001 17:02:37 +0000
b id xpath

Hi there,



<a> <b id="new"> <c id="new"> <d id="old">hi</d> </c> </b> <b id="new"> <c id="old"> <d id="new">hi</d> </c> </b> <b id="old"> <c id="old"> <d id="old">hi</d> </c> </b> <b id="old"> <c id="old"> <d id="old">hi</d> </c> </b> </a>

In the above file i have to get get all the "b" elements if either the id of "b" or its child id "c" or its child id "d" is new
so i wrote an xpath expression like below
<xsl:choose>
<xsl:when test="$filterType='new'">
<xsl:apply-templates select="b[//c/@id='new' or //d/@id='new' ]"/>
</xsl:when>


but i dont get the required result can any body correct me if i am wrong

Thanks in Advance
Spencer

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread
  • xpath doubt
    • Earl Spencer - Mon, 6 Aug 2001 13:06:54 -0400 (EDT) <=

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.