Skip to content

descendant::, descendant-or-self::, // not working #134

@chrkuhlmann

Description

@chrkuhlmann

I cannot get the "descendant::" "descendant-or-self::" path expressions or their abbreviated forms like "//" to work for goto XPath

e.g.
neither descendant-or-self::b nor /descendant-or-self::b works for

<a>
    <b>
        <c>
            <d txt="e" />
        </c>
    </b>
</a>

Also, I'd like to suggest a "select XPath" feature that selects the XPath result in the current document

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions