On 21 August 2012 14:19, Ihe Onwuka <ihe.onwuka@xxxxxxxxxxxxxx> wrote:
> what is shorthand for "folllowing-sibling::A | following-sibling::B
> .........following-sibling::Z"
>
> Anything better than "following-sibling::*[self::A||self::B...|self::C] ?
select="(A, B, C)[. >> current()]"
...not better, just different. How you did it is pretty much it,
although you could use , instead of | to prevent the document sort and
de-dupe if its not needed.
--
Andrew Welch
http://andrewjwelch.com
| Current Thread |
|
Andrew Welch - 21 Aug 2012 13:35:41 -0000 <=
Dimitre Novatchev - 21 Aug 2012 17:42:32 -0000
|
|