Hi, Margaret
I find that the easiest way to do this is by using the xpath floor funciton:
<wr:out select="floor(23.5)" type="NUMBER" pattern="0" datasource="car"/>
and make sure to use the select instead of value when using xpath attributes in the out tag.
- Tomas