passing form field to an xml document

2005-03-07 Thread Shahata, Ash
Hi there, I have a problem where I will need to create a form which will have about 300 fields(!!) and I want to pass these paramters to an xml document rather than just to the query string. Does anyone have any example code of how to pass parameters from a form to an xml file? Thanks

Re: passing form field to an xml document

2005-03-07 Thread Emmanuel Eze
You post is not very clear. Do u want to serialize the form fields to an XML document? Where is this XML doc - in memory/database/file system? Give us more details pls. Cheers Emmanuel - Original Message - From: Shahata, Ash [EMAIL PROTECTED] To: JSP-INTEREST@JAVA.SUN.COM Sent: Monday,

Re: passing form field to an xml document

2005-03-07 Thread Shahata, Ash
the xml document is in the file system. thanks -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Emmanuel Eze Sent: 07 March 2005 13:51 To: JSP-INTEREST@JAVA.SUN.COM Subject: Re: passing form field to an xml

Re: passing form field to an xml document

2005-03-07 Thread Emmanuel Eze
Check: http://www.devsphere.com/xml/taglib/output/ Emmanuel - Original Message - From: Shahata, Ash [EMAIL PROTECTED] To: JSP-INTEREST@JAVA.SUN.COM Sent: Monday, March 07, 2005 1:53 PM Subject: Re: passing form field to an xml document the xml document is in the file system. thanks

Re: passing form field to an xml document

2005-03-07 Thread Ken Robinson
Are you coding in jsp? If so, you may want to check out the following link. Although this deals with webservicec, it allows you to create a java object for the xml document, and work with the file. I'm sure if you use this along with the tag libs you can generate something useful to manipulate