I try to set an empty value in a message like this
<send endpoint="QUEUE">
<message>
<element path="//nodetofind/value" value=""/>
...
The result is an line break in the tag
<nodetofind>
<value>
</value>
Do I anything wrong, or is it a bug?