Skip to content

Child combinator selects only first child #36

@kzu

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.

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