Return-Path: Delivered-To: apmail-xml-xalan-j-users-archive@www.apache.org Received: (qmail 21461 invoked from network); 2 Sep 2003 16:59:46 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Sep 2003 16:59:46 -0000 Received: (qmail 43587 invoked by uid 500); 2 Sep 2003 16:59:33 -0000 Delivered-To: apmail-xml-xalan-j-users-archive@xml.apache.org Received: (qmail 43575 invoked by uid 500); 2 Sep 2003 16:59:33 -0000 Mailing-List: contact xalan-j-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list xalan-j-users@xml.apache.org Received: (qmail 43560 invoked from network); 2 Sep 2003 16:59:33 -0000 Received: from unknown (HELO lotus.lotus.com) (129.42.250.41) by daedalus.apache.org with SMTP; 2 Sep 2003 16:59:33 -0000 Received: from internet1.lotus.com (internet1 [172.16.131.235]) by lotus.lotus.com (8.12.9/8.12.9) with ESMTP id h82Gpk8S011096 for ; Tue, 2 Sep 2003 12:51:48 -0400 (EDT) Received: from wtfmail01a.lotus.com (wtfmail01a.lotus.com [9.33.9.60]) by internet1.lotus.com (8.12.9/8.12.6) with ESMTP id h82GwPnu017208 for ; Tue, 2 Sep 2003 12:58:25 -0400 (EDT) In-Reply-To: Subject: Re: xpath help!!! To: xalan-j-users@xml.apache.org X-Mailer: Lotus Notes Release 6.0.1 February 07, 2003 Message-ID: From: david_n_bertoni@us.ibm.com Date: Tue, 2 Sep 2003 09:57:53 -0700 X-MIMETrack: Serialize by Router on WTFMAIL01a/WTF/M/Lotus(Release 6.0.2CF2|July 23, 2003) at 09/02/2003 12:54:36 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Martin, 1. http://www.mulberrytech.com/xsl/ 2. I was monitoring the list, and I did read the responses, but there were multiple questions. I was simply pointing out that this is the inappropriate forum for generic XPath/XSLT questions. 3. There is no need to email me directly -- I am subscribed to the list. Dave "Martin Gainty" , .com> cc: Subject: Re: xpath help!!! 09/02/2003 12:50 PM 2 Questions: Where is the mulberry list? If you had been monitoring the list you would have know the answer was provided over the weekend -Martin *SN AFU* ----- Original Message ----- From: To: Sent: Tuesday, September 02, 2003 8:48 AM Subject: RE: xpath help!!! > > > > > Hi all, > > Please move/post generic XPath questions to the appropriate forum -- the > Mulberry Technologies XSL list. The Xalan-J user list is _not_ the > appropriate list. > > Thanks! > > Dave > > > > > Jarkko Moilanen > > @uta.fi> cc: "'xalan-j-users@xml.apache.org'" , (bcc: David N > Bertoni/Cambridge/IBM) > 09/01/2003 08:47 Subject: RE: xpath help!!! > PM > > > > > On Tue, 2 Sep 2003, Raveendranath, Rohith (LNG - AUS) wrote: > > > thankx for the quick reply > > > > well is there any way to form a qury such that i can find all C markups > who > > doesn't have markup B in any of its hierarchy (ie parent or grant parent > or > > grand grand parent ... any forefather) > > Something like: > > //C[not(preceding-sibling::B)][not(ancestor-or-self::B)]" > > I would avoid using plain preceding since it is quite "heavy" operation to > do. > > > > > oops am i becoming more greedy in tersm of req: > > > > Thanx > > Rohith > > > > -----Original Message----- > > From: Jarkko Moilanen [mailto:Jarkko.Moilanen@uta.fi] > > Sent: Tuesday, 2 September 2003 1:27 PM > > To: Raveendranath, Rohith (LNG - AUS) > > Cc: 'xalan-j-users@xml.apache.org' > > Subject: Re: xpath help!!! > > > > > > On Tue, 2 Sep 2003, Raveendranath, Rohith (LNG - AUS) wrote: > > > > //C[not(parent::B)] > > > > > Hi all, > > > > > > If I have an xml like : > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Is there any way of seleceting al the element C whose parent is not B - > > What > > > is the equalent Xpath > > > > > > Regards > > > Rohith > > > > > > This e-mail is for the use of the intended recipient(s) only. If you > have > > > received this e-mail in error, please notify the sender immediately and > > then > > > delete it. If you are not the intended recipient, you must not use, > > disclose > > > or distribute this e-mail without the author's permission. We have > taken > > > precautions to minimise the risk of transmitting software viruses, but > we > > > advise you to carry out your own virus checks on any attachment to this > > e-mail. > > > We cannot accept liability for any loss or damage caused by software > > viruses. > > > > >