xsl-list
[Top] [All Lists]

choosing next sibling

2004-08-20 16:17:53
Hi,

I have a xml doc that looks like this

<Foo>
  <Bar>oneA</Bar>
  <Bar>oneB</Bar>
  <Bar>twoA</Bar>
  <Bar>twoB</Bar>
  <Bar>threeA</Bar>
  <Bar>threeB</Bar>
</Foo>

and I need to have two xpath expressions that will do
the following things:

First one:
1) Select every other sibling starting with the the
first <Bar>.

ie  - oneA, twoA, threeA

and another xpath expression that does this:

2) Select the value of the next sibling of the node in
the first expression.

ie - oneB, twoB, threeB

Thank you,


=====
Anthony Ettinger
Phone: (408) 656-2473
apwebdesign(_at_)yahoo(_dot_)com
http://www.apwebdesign.com


                
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


<Prev in Thread] Current Thread [Next in Thread>