You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lincoln Mitchell <li...@linc.net.au> on 2004/12/06 09:06:53 UTC

cforms submit to xml file

I am trying to create my 1st Cocoon Form which needs to append to an xml
file. For starters I would like to create a bare bones example where one
value is collected and out put as a xml tag in an xml file like:
<root>
	<name>fred</name>
	<name>burt</name>
	<name>harry</name>
	...
</root>

I have worked through the example "http://localhost:8888/forms/registration"
but that didn't create a data file so assume I need to use Binding
Framework.

Am I on the right track?
Has anyone got any example that may help?


Linc
 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org