[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Axes, predicates, and finding the right node


Subject: [xsl] Axes, predicates, and finding the right node
From: Mulberry Technologies List Owner <xsl-list-owner@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 29 May 2003 11:02:16 -0400

>From: Erika Marlow <EMarlow@xxxxxxxxxxxxxx>
>To: "XSL List (XSL-List@xxxxxxxxxxxxxxxxxxxxxx)" <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
>Subject: Axes, predicates, and finding the right node
>Date: Thu, 29 May 2003 09:20:22 -0500
>
>Hello.
>I'm attempting to determine if a node exists on a sibling to an ancestor of
>the current node.  In the following "tree" payerid is the current node being
>processed and I need to determine if the reject node exists.  What's a good
>way to do this?
>
>boolean(ancestor::origreq[following-sibling::response/eligresp/subscribe/rej
>ect])  ?
>
>Log
>  |
>transaction
>    |     
>---------------------
>  |               |
>origreq        response
>   |			|
>eliginq	   eligresp
>   |			|
>payerid	   subscribe
>			|
>		   reject
>
>
>
>Thanks,
>Erika Marlow
>
>end
>
>
>
>------------  Gateway EDI, Inc.  ---------------------------------------------------------------------------------------------------
>
>This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.  If you are not the intended addressee, or the person responsible for delivering it to them, you may not copy, forward, disclose or otherwise use it or any part of it in any way.  To do so may be unlawful.  If you receive this email by mistake, please advise the sender immediately and destroy all copies of the original message.



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



Current Thread