K
kj
Suppose I wanted to select all the element nodes whose tags were
either foo or bar. One way would be to join the results of //Foo
and //bar. Is there a way to achieve the same with a single
expression that included the two alternatives? Something like
(pushing the analogy with Unix shell conventions) //{foo,bar} ?
Thanks,
kj
either foo or bar. One way would be to join the results of //Foo
and //bar. Is there a way to achieve the same with a single
expression that included the two alternatives? Something like
(pushing the analogy with Unix shell conventions) //{foo,bar} ?
Thanks,
kj