﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
2,Context node for XPath evaluation incorrect,cmlenz,cmlenz,"Assuming the following template snippet:

{{{
#!xml
<body py:match=""body"">
  ${select('*')}
</body>
}}}

and the following template including the above snippet:

{{{
#!xml
<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>`).",defect,closed,critical,0.1,General,,fixed,,
