J
Jimmy zhang
if I have something like this,
//@a[following::b]
what I want to test is that if an element with an attribute of also has
an attribute named b. Is this a valid xpath expression? My concern
is that following (axis) operates on element only when a name is specified
this case, it is "b"
if teh above expression isn't valid,
then what about this one?
//@a[following::node()]
//@a[following::b]
what I want to test is that if an element with an attribute of also has
an attribute named b. Is this a valid xpath expression? My concern
is that following (axis) operates on element only when a name is specified
this case, it is "b"
if teh above expression isn't valid,
then what about this one?
//@a[following::node()]