Contact:   Tel: 2726  -  New Media Systems, 1st Floor South, Queens Walk


XmlDocument doc = new XmlDocument();

.....



PrintWriter out = response.getWriter();
response.setContent("text/xml");
doc.write(out);
out.close();


Cheers,
Charles








Giscard Girard <[EMAIL PROTECTED]> on 11/01/2000 03:16:40 PM

To:        [EMAIL PROTECTED]
cc:         (bcc: Charles Chen/YellowPages)
From:      Giscard Girard <[EMAIL PROTECTED]>, 1 November 2000, 3:16 p.m.

Writing xml to client from DOM  [Scanned by Yellow Pages PostMaster]


How can you write XML to an output stream from the DOM?  I'm using
Jaxp1.0.1.

Thanks in advance,

Giscard
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to