#2 closed defect (fixed)
Context node for XPath evaluation incorrect
Reported by: | cmlenz | Owned by: | cmlenz |
---|---|---|---|
Priority: | critical | Milestone: | 0.1 |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by cmlenz)
Assuming the following template snippet:
<body py:match="body"> ${select('*')} </body>
and the following template including the above snippet:
<body> <p>Hello world</p> </body>
The stream returned by the select function should not include the <body> element itself, but only the child elements (in this case, <p>Hello world</p>).
Change History (5)
comment:1 Changed 18 years ago by cmlenz
- Description modified (diff)
comment:2 Changed 18 years ago by cmlenz
- Description modified (diff)
comment:3 Changed 18 years ago by cmlenz
- Priority changed from major to critical
comment:4 Changed 18 years ago by cmlenz
- Milestone set to 0.2
comment:5 Changed 18 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in [39].