What exactly do you want to do?
If you want to manipulate XML look at xml.apache.org and the Xerces parse,
Sun also has jaxp, these are both Java based XML parsers.
If you want to send JDBC ResultSet data around as XML look at Suns WebRowSet
implementation (on developer.java.sun.com).
Oracle also has loads of XML access (look at technet.oracle.com)
Kevin Jones
DevelopMentor
www.develop.com
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Partha Bhattacharjee
> Sent: 08 September 2000 09:56
> To: [EMAIL PROTECTED]
> Subject: How to integrate servlet programming with xml?
>
>
> Hello,
>
> I have been recently introduced to servlet programming. I want to use
> servlets to read some database created in something like access, sql or
> oracle ( that is immaterial ) and make some xml document out of
> it depending
> upon some sql query submitted by the client.
>
> Now I have searched the net a lot and have come across a lot of similiar
> examples but all of them seem to be using some specific tools that are not
> standard ( meaning , I could not locate them on the javasoft ).
> Does not sun
> provide some way of creating and manipulating xml documents.
>
> Any comments will be helpful.
>
> brgds
> partha
>
> __________________________________________________________________
> _________
> 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