Is there a way of having a Woody form being populated through the binding framework in a way that the form involves just a subtree of the original XML doc?
 
For instance, given the following complete XML doc:
 
<root>
    <elem id="100">
        <name>name100</name>
        <address>address100</address>
    </elem>
    <elem id="101">
        <name>name101</name>
        <address>address101</address>
    </elem>
    <elem id="102">
        <name>name102</name>
        <address>address102</address>
    </elem>
</root>
 
I would like a form to edit the just the subtree located by "/root/[EMAIL PROTECTED]'101']".
 
Can the binding definition file somehow be parametrized, or can something along these lines be done?
 
Thanks,
 
jlerm

Reply via email to