__NOTOC__
In current XForms 1.1, you can have something like this:

<pre><nowiki>
<bind nodeset="some/node" readonly="false()" calculate="if(.='', 'default', .)"/>
</nowiki></pre>

This imposes the default value '' whenever '' the emptry string condition occurs on the node.  Would like a more straightforward and declarative way of representing this pattern.