IBM provides a set of beans which make parsing the request content easy - at
http://www.alphaworks.ibm.com/
It's the "Productivity Kit for XML".  If you use the SAXFilter bean, you can
look at each start tag and pass through the xml one time, without building a
dom tree.
-mark haager

-----Original Message-----
From: Mustafa Zafar <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, November 02, 1999 7:20 AM
Subject: Problem Generating XML through JSP ?


>Dear Sir/Madam,
>        My task is to generate XML, using JSP, But my objective is not to
send
>this XML page to the client Side and display it through XSL, What I want to
>do is to Store the information recieved from the user in the XML file. Is
>there any support class in Java that helps in achieving this task or I have
>to handle each indiviual tag myself for generating the XML.
>May be my Problem is not clear to you, please try to comment on the above
>question, then I will try to exagerate my question.
>Thankyou
>Mustafa Zafar
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
>FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to