Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to create a xml object dynamically

843834Nov 23 2005 — edited Nov 23 2005
Hi all,

In my current project the database is returning the query result in xml string format(using oracle's DBMS-XML package).

Now I need to use this xml string and build a xml object and transform it into XSLT and then in a servlet and then pass it to the browser and display it using xsl stylesheets.

Can some one help me in building an xml object using a string( the xml string is in the xml format i.e in <..> format) and then transform it into xslt in the servlet and send across to the browser.

Any hands on code or references to the code will be most favourable.

any help regarding this issue will be most appreciated. Pls do reply as early as possible as I do not have much time to implement this.

Thanking in advance for your kind help.

Srinivas.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2005
Added on Nov 23 2005
1 comment
152 views