Opened 16 years ago
Closed 16 years ago
#234 closed defect (fixed)
XPath expression 'tr/td[1]' evaluates incorrectly
Reported by: | athomas | Owned by: | athomas |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | XPath support | Version: | devel |
Keywords: | Cc: |
Description
It selects only the first <td> on the first row, not the first <td> of each row.
Change History (3)
comment:1 Changed 16 years ago by athomas
- Summary changed from XPath expression 'tr/td[1]' is incorrect to XPath expression 'tr/td[1]' evaluates incorrectly
comment:2 Changed 16 years ago by cmlenz
- Component changed from General to XPath support
- Milestone changed from 0.5 to 0.6
comment:3 Changed 16 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This was apparently fixed by the GSoC work on the XPath engine. I've added a unit test for this in [1042], and it's passing.