Re: Form Data to XML Document

2002-05-07 Thread Bert Van Kets
I have used two different approaches. One is using the request generator(*very* easy), the other creating an XSP that uses the request.getParameter(String) way. The latter one was chosen to be able to mix the received data with database data and for sorting. Bert At 09:25 6/05/2002 -0700, you

Re: Form Data to XML Document

2002-05-06 Thread Ivelin Ivanov
Arda, You may want to look at XMLForm in Cocoon2 ScratchPad : http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/scratchpad/webapp/mount/xm lform/ See the README.txt file first. >What is the best way to get the user data from a form, >and to create a new xml document with that form data, >or up

Form Data to XML Document

2002-05-06 Thread Arda Balci
What is the best way to get the user data from a form, and to create a new xml document with that form data, or update an existing xml document ? __ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com --