Skip to content

Child combinator selects only first child #36

Description

@kzu

Example:

foo > bar turns into .//foo/child::*[1]/self::bar XPath, which would only select the first bar child element.

The conversion should be to .//foo/bar instead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions