[Home] [By Thread] [By Date] [Recent Entries]
Hi there,
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
|

Cart



