Bikash Paul wrote:
>
> I think ur not getting my point what i want to do i
> want to write a xml file on the browser through my
> servlet
>
I don't mean to sound harsh, but the kinds of
problems you've been having indicate that maybe
a little bit of a review of basic Java and basic
Servlets would be a tremendous help. There is
a servlets tutorial at:
http://java.sun.com/products/servlet/technical.html
And a basic Java tutorial at:
http://java.sun.com/docs/books/tutorial/
I understand how frustrating it is to take time
off from coding, but in the end it's going to save
you much more time than you spend.
In this case, a little more knowledge about Java
would have suggested that you're going to need to
hook the XMLWriter up to the response stream. Read
the XMLWriter Javadoc and I suspect you'll find
there's an XMLWriter constructor that takes a stream
as an argument.
But before you do that, READ THE TUTORIALS and
spend some time thinking about the code. Otherwise
you're just going to be stuck again in 15 minutes
on some other easy-to-solve-problem...
--
Christopher St. John [EMAIL PROTECTED]
DistribuTopia http://www.distributopia.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