Edgewall Software

Opened 18 years ago

Last modified 11 years ago

#2 closed defect

Context node for XPath evaluation incorrect — at Initial Version

Reported by: cmlenz Owned by: cmlenz
Priority: critical Milestone: 0.1
Component: General Version:
Keywords: Cc:

Description

Assuming the following template snippet:

<body py:match="html/body">
  ${select('*')}
</body>

The stream returned by the select function should not include the <body> element itself, but only the child elements.

Change History (0)

Note: See TracTickets for help on using tickets.