ksoup
ksoup copied to clipboard
Support for XPath Selectors
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:
- More precise node selection capabilities.
- Ability to select nodes based on their position or relationships with other nodes.
- Support for namespaces and complex XML structures.
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.