On Mon, 2003-10-20 at 16:59, jcplerm wrote: > 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']".
You could extract just that element from the document and pass that to the binding. > > Can the binding definition file somehow be parametrized, or can > something along these lines be done? Nope, there's currently no such feature. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
