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 the data/fields.
Additionally, it sounds like you would want to break your form up into smaller pieces and use the form taglibs so that you can repopulate form data on error, cause that is a lot of typing:-) http://java.sun.com/developer/technicalArticles/WebServices/jaxb/index.h tml Ken -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] On Behalf Of Shahata, Ash Sent: Monday, March 07, 2005 8:22 AM To: JSP-INTEREST@JAVA.SUN.COM Subject: passing form field to an xml document 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 ======================================================================== === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com