Edgewall Software

Opened 18 years ago

Last modified 11 years ago

#2 closed defect

Context node for XPath evaluation incorrect — at Version 1

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="html/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 (1)

comment:1 Changed 18 years ago by cmlenz

  • Description modified (diff)
Note: See TracTickets for help on using tickets.