Here is a simple binding, but I don't know how to get the value="1" in
your example.
<fb:context path="foo">
<fb:value id="item" path="item"/>
</fb:context>
That will produce:
<foo><item>1</item></foo>
Here is a simple binding, but I don't know how to get the value="1" in
your example.
<fb:context path="foo">
<fb:value id="item" path="item"/>
</fb:context>