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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]