Re: Binding on different xml paths

2008-08-05 Thread Héléna Tanguy
Title: Héléna Tanguy - Jouve SI My problem was to bind a form on 2 different xml paths (so 2 bindings), I have resolved it by rewriting binding functions like this : function createAndGetBinding(bindingURI) {     var bindingManager = null;     var source = null;     var resolver = null;     t

Re: Binding on different xml paths

2008-08-04 Thread Barbara Slupik
Can you please explain it once again? I don't really understand your problem. Barbara On 28 Jul, 2008, at 6:00 pm, Héléna Tanguy wrote: Hello, I'm working on a cocoon form with binding on xml document. Now everything works correctly. But I must make an evolution to this form, the binding

Binding on different xml paths

2008-07-28 Thread Héléna Tanguy
Hello, I'm working on a cocoon form with binding on xml document. Now everything works correctly. But I must make an evolution to this form, the binding must be made on 2 xml different paths. For example: Some widgets are binded with this xml path: myData/contacts/contact[position="x"]/name,