ksoup icon indicating copy to clipboard operation
ksoup copied to clipboard

Support for XPath Selectors

Open kirk88 opened this issue 11 months ago • 1 comments

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.

kirk88 avatar Jan 03 '25 07:01 kirk88

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.

itboy87 avatar Jan 20 '25 08:01 itboy87