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

Error 'character must be non-negative' when filtering #16

Open
bottom-feeder opened this issue Jul 13, 2023 · 0 comments
Open

Error 'character must be non-negative' when filtering #16

bottom-feeder opened this issue Jul 13, 2023 · 0 comments

Comments

@bottom-feeder
Copy link

Describe the bug
When I filter the XML with an xpath expression '//node()[@Product]', the filtering works, highlighting all nodes with the attribute 'product'. However, when I want to find all nodes without this attribute by applying the expression '//node()[not(@Product)]', I get the error 'illegal argument: character must be non-negative'. I see several found nodes in the first few dozen lines in the output. Nothing gets highlighted.

Desktop (please complete the following information):

  • OS: Win10
  • Browser: Chrome
  • Xpath Tester Version: v1.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant