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

Xml XPATH tester #1467

Open
fremat79 opened this issue Nov 28, 2024 · 1 comment
Open

Xml XPATH tester #1467

fremat79 opened this issue Nov 28, 2024 · 1 comment
Labels
feature Feature / Tool request or idea untriaged

Comments

@fremat79
Copy link

What feature or new tool do you think should be added to DevToys?

It will be very nice to have an XPath tester available inside the dev toys suite like the jpath

Why do you think this is needed?

Testing xpath query will be more easy if done inside a dedicated tool, otherwise I need to use an online editor

Solution/Idea

No response

Comments

No response

@fremat79 fremat79 added feature Feature / Tool request or idea untriaged labels Nov 28, 2024
@yuvashrikarunakaran
Copy link

Why This Feature is Needed
Convenience

Many developers currently rely on online tools for testing XPath queries, which can be inconvenient, especially in environments without internet access or where data privacy is a concern.
Having an offline solution within DevToys would streamline workflows, keeping everything in one place.
Enhanced Productivity

Switching between multiple tools or browsers disrupts focus. An integrated XPath Tester would eliminate the need for external tools.
Alignment with Existing Tools

DevToys already has tools like the JSONPath tester. Adding an XPath tester would complement it, catering to XML data in a similar way JSONPath caters to JSON.

The tool could leverage popular libraries like XPathEvaluator (for JavaScript-based environments) to parse and evaluate XPath queries.
To ensure a smooth UX, features like a dark mode, keyboard shortcuts, and context-sensitive help could also be included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature / Tool request or idea untriaged
Projects
None yet
Development

No branches or pull requests

2 participants