I have ${/html/class::foo}. I expected to get all elements with the class foo under the parent /html.
I understand that ...foo[1] works, but ...foo[] or even ...foo[2] and ...foo[0] doesn't work.
I tried doing hq '$array{/html/class::foo}' as well, without success.
I have
${/html/class::foo}. I expected to get all elements with the class foo under the parent/html.I understand that
...foo[1]works, but...foo[]or even...foo[2]and...foo[0]doesn't work.I tried doing
hq '$array{/html/class::foo}'as well, without success.