Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xpath // abbreviation does not work other than on the top-level #435

Closed
olofhagsand opened this issue Jun 20, 2023 · 0 comments
Closed

xpath // abbreviation does not work other than on the top-level #435

olofhagsand opened this issue Jun 20, 2023 · 0 comments

Comments

@olofhagsand
Copy link
Member

When using xpaths in clixon (eg in get-config :XPATH) you cannot use "//" other than on the top-level.
That is, the following works:
//abc
But not the following:
/abc//foo
However the actual axis function seems to work:
/abc/descendant-or-self::node()/foo

which means that the abbreviation seems broken, not the underlying function.
Workaround: use /descendant-or-self::node()/ instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant