I am new to XML and Java. My problem is that one table has a Clob type
coloumn which infact stores XML data.
I want to know the best way of getting the CLOB type, converting it to XML
and then converting it to HTML with XSD/XSL. This is all with Java.
Wonker
> I am new to XML and Java. My problem is that one table has a Clob type
> coloumn which infact stores XML data.
[quoted text clipped - 3 lines]
>
> Wonker
You'll need to learn about JDBC in order to acces the DB.
JAXP is the api for xml-processing (DOM and SAX) and transforming (XSLT).
You can find the JDBC tutorial at
http://java.sun.com/docs/books/tutorial/jdbc/ and the xml tutorials at
http://java.sun.com/webservices/docs/1.3/tutorial/doc/index.html

Signature
Regards,
Christophe Vanfleteren