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

Support for XPath Selectors #109

Open
kirk88 opened this issue Jan 3, 2025 · 1 comment
Open

Support for XPath Selectors #109

kirk88 opened this issue Jan 3, 2025 · 1 comment

Comments

@kirk88
Copy link

kirk88 commented Jan 3, 2025

Currently, ksoup primarily supports CSS selectors for querying HTML elements. While CSS selectors are powerful and widely used, XPath selectors offer some advantages, such as:

  1. More precise node selection capabilities.
  2. Ability to select nodes based on their position or relationships with other nodes.
  3. Support for namespaces and complex XML structures.
@itboy87
Copy link
Collaborator

itboy87 commented Jan 20, 2025

Thank you for suggesting the XPath selector feature. It’s a great idea and something I would love to implement in the future. However, I currently have other priorities that I need to focus on first. I plan to consider adding this feature in the near future once those tasks are completed.

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

2 participants