Re: [xsl] xpath question

Subject: Re: [xsl] xpath question
From: abbouh <abbouh@xxxxxxxxxxxxxxxxx>
Date: Wed, 09 Jul 2003 14:32:12 +0000
     <AAA>
          <BBB1>
               <CCC/>
               <DDD/>
          </BBB1>
          <BBB2>
               <CCC/>
               <DDD/>
          </BBB2>
          <XXX>
               <DDD>
                    <EEE/>
                    <DDD/>
                    <CCC/>
                    <FFF/>
                    <FFF>
                         <GGG/>
                    </FFF>
               </DDD>
          </XXX>
          <CCC>
               <DDD/>
          </CCC>
     </AAA>

you're right,but if i use /AAA/XXX/preceding-sibling::*
i will get BBB1 not  BBB2(what i want is BB2)


David Carlisle a écrit :

> Most likely the following node is a white space text node, you don't
> want that you want the following element (this is a FFFFAQ)
> preceding-sibling::*
> not
> preceding-sibling::node()
>
> David
>
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________
>
>  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