Re: including xml dynamically from a string

2001-11-27 Thread David Rosenstrauch
Someone else had this same problem recently. Use . It will parse the text that you pass in to it, and generate SAX calls from it (as opposed to writing the text straight to the output - after escaping all the control chars - like it's doing now). 1) Include the namespace xmlns:util="http://ap

including xml dynamically from a string

2001-11-26 Thread Arun.N
Hi,     Can any one help me in doing this. I get a piece of XML data as a request attribute forwarded from a servlet. In my xsp page i have to attach that. here is the code snippet  dynamic   String xml = (String)request.getAttribute("xml"); ( This will return a XML forma