Posted By:
Loveen_Advani
Posted On:
Thursday, April 6, 2000 11:35 AM
I have to interface 3rd party applications having data
in XML format with my site. I am currently
using JSPs and EJBs for my site. How can I take the
instream data (XML format - text) , convert it to an
object (DOM/SAX) and call it from my JSP page.
Similarly how do I convert an object back into the
XML format and send it across to the third party, providing an XML interface. I
know the DTDs of the 3rd party applications.