Skip to content

The multiple filter query with last() function #78

@zhengchun

Description

@zhengchun
<root>
	<test foo="bar">First</test>
	<test foo="bar">Second</test>
	<test foo="xyz">Third</test>
</root>

Test:

  • [//test[@foo='bar'])/[last()]`

This from #76

expected:

<test foo="bar">Second</test>

actually:

not found

  • //test[@foo='bar'][last()]

expected

<test foo="bar">Second</test>

actually:

not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions