Re: Cforms - repeater widget - extra whitespace

2006-05-18 Thread Patrick Refondini
Hi Peter, I have upgraded my project from Cocoon 2.1.8 to 2.1.9. It did not bring in any extra whitespace behaviour. The saveDocument() function from 2.1.9 samples could be responsible although I doubt. I use a modified version of it. Hereafter the code you may try to see if it makes any

Cforms - repeater widget - extra whitespace

2006-05-16 Thread Peter Sparkes
Hi, I am using CForms to amend an xml file on the server. Every time the file is amended it gets a lot of extra whitespace, when it is saved using the flowscript, wherever there is a repeater widget. Please how can I stop this happening Peter Sparkes

Re: Cforms - repeater widget - extra whitespace

2006-05-16 Thread Patrick Refondini
Peter Sparkes wrote: Hi, I am using CForms to amend an xml file on the server. Every time the file is amended it gets a lot of extra whitespace, when it is saved using the flowscript, wherever there is a repeater widget. Please how can I stop this happening Peter Sparkes Hi Peter, I

Re: Cforms - repeater widget - extra whitespace

2006-05-16 Thread Peter Sparkes
Hi Patrick, I am using Cocoon 2.1.9. I am doing the following //All the ***URI variables are in putted via the sitemap //create new form var form = new Form(definitionURI); // bind form - builds the binding using xslt via the sitemap form.createBinding('cocoon:/'+bindingURI); // parse the xml