Ticket #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) (diff)
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>).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
